We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc44d51 commit c8c16a4Copy full SHA for c8c16a4
x-pack/legacy/plugins/maps/public/angular/map_controller.js
@@ -56,7 +56,7 @@ import {
56
import { npStart } from 'ui/new_platform';
57
import { esFilters } from '../../../../../../src/plugins/data/public';
58
59
-const { savedQueryService } = npStart.plugins.data.query.savedQueries;
+const savedQueryService = npStart.plugins.data.query.savedQueries;
60
61
const REACT_ANCHOR_DOM_ELEMENT_ID = 'react-maps-root';
62
0 commit comments