mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Maps] clean-up console errors (#29772)
This commit is contained in:
parent
f7de675be2
commit
d9255a9798
1 changed files with 5 additions and 1 deletions
|
@ -125,7 +125,11 @@ export class LayerPanel extends React.Component {
|
|||
<EuiFlyoutHeader hasBorder className="gisLayerPanel__header">
|
||||
<EuiFlexGroup responsive={false} alignItems="center" gutterSize="s">
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiButtonIcon iconType={selectedLayer.getLayerTypeIconName()} iconSide="right" onClick={this.props.fitToBounds}>
|
||||
<EuiButtonIcon
|
||||
aria-label="Fit to bounds"
|
||||
iconType={selectedLayer.getLayerTypeIconName()}
|
||||
onClick={this.props.fitToBounds}
|
||||
>
|
||||
Fit
|
||||
</EuiButtonIcon>
|
||||
</EuiFlexItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue