mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Maps] fix remove layer (#65093)
This commit is contained in:
parent
cc6a676c4c
commit
a80f2582c3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export class TOCEntryActionsPopover extends Component<Props, State> {
|
|||
}
|
||||
|
||||
_removeLayer() {
|
||||
this.props.fitToBounds(this.props.layer.getId());
|
||||
this.props.removeLayer(this.props.layer.getId());
|
||||
}
|
||||
|
||||
_toggleVisible() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue