Skip to content

Commit

Permalink
fix: πŸ› fix TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 17, 2020
1 parent 9f4e49b commit fd5fa74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface StartDependencies {

export class UiActionsEnhancedExamplesPlugin
implements Plugin<void, void, SetupDependencies, StartDependencies> {
public setup(core: CoreSetup<StartDependencies>, { uiActions, drilldowns }: SetupDependencies) {
public setup(core: CoreSetup<StartDependencies>, plugins: SetupDependencies) {
// eslint-disable-next-line
console.log('ui_actions_enhanced_examples');
}
Expand Down

0 comments on commit fd5fa74

Please sign in to comment.