Skip to content

Commit

Permalink
fix merge changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler committed Mar 22, 2023
1 parent d46024c commit d013852
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/plugins/visualizations/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import {
setOverlays,
setSavedSearchLoader,
setEmbeddable,
setSavedAugmentVisLoader,
setNotifications,
setSavedAugmentVisLoader,
} from './services';
Expand Down Expand Up @@ -224,14 +223,6 @@ export class VisualizationsPlugin
overlays: core.overlays,
});
setSavedSearchLoader(savedSearchLoader);
const savedAugmentVisLoader = createSavedAugmentVisLoader({
savedObjectsClient: core.savedObjects.client,
indexPatterns: data.indexPatterns,
search: data.search,
chrome: core.chrome,
overlays: core.overlays,
});
setSavedAugmentVisLoader(savedAugmentVisLoader);
setNotifications(core.notifications);
return {
...types,
Expand Down

0 comments on commit d013852

Please sign in to comment.