Skip to content

Commit

Permalink
Add addUpdater to pluginServiceRegistry.start
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Oct 15, 2021
1 parent 74e168b commit 652f1f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion x-pack/plugins/canvas/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@ export class CanvasPlugin

const { pluginServices } = await import('./services');
pluginServices.setRegistry(
pluginServiceRegistry.start({ coreStart, startPlugins, initContext: this.initContext })
pluginServiceRegistry.start({
coreStart,
startPlugins,
appUpdater: this.appUpdater,
initContext: this.initContext,
})
);

// Load application bundle
Expand Down

0 comments on commit 652f1f8

Please sign in to comment.