Skip to content

Commit

Permalink
Pass through plugins from start contracts not setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Jan 28, 2020
1 parent 2abc315 commit ddf7a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/infra/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Plugin
return startApp(
this.composeLibs(coreStart, pluginsStart as ClientPluginsStart),
coreStart,
plugins,
pluginsStart,
params
);
},
Expand All @@ -80,7 +80,7 @@ export class Plugin
return startApp(
this.composeLibs(coreStart, pluginsStart as ClientPluginsStart),
coreStart,
plugins,
pluginsStart,
params
);
},
Expand Down

0 comments on commit ddf7a7a

Please sign in to comment.