Skip to content

Commit 95ac00c

Browse files
authored
[Maps] fix drawing shapes in maps app broken in 7.9.1 (#76329)
1 parent 6655cb5 commit 95ac00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/maps/public/routing/routes/maps_app/maps_app_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export class MapsAppView extends React.Component {
459459
newFilters.forEach((filter) => {
460460
filter.$state = { store: esFilters.FilterStateStore.APP_STATE };
461461
});
462-
this._onFiltersChange([...this.props.filters, ...newFilters]);
462+
this._updateFiltersAndDispatch([...this.props.filters, ...newFilters]);
463463
};
464464

465465
render() {

0 commit comments

Comments
 (0)