Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 17, 2020
1 parent 441c60f commit b9cc865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/visualize/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class VisualizePlugin
setServices(deps);

// make sure the index pattern list is up to date
await dataStart.indexPatterns.clearCache();
await pluginsStart.data.indexPatterns.clearCache();
const { renderApp } = await import('./application/application');
const unmount = renderApp(params.element, params.appBasePath, deps);
return () => {
Expand Down

0 comments on commit b9cc865

Please sign in to comment.