Skip to content

Commit

Permalink
fix: πŸ› register correctly CSV action
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 18, 2020
1 parent 54e7321 commit 80590af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/reporting/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ export class ReportingPublicPlugin implements Plugin<any, any> {
},
});

uiActions.registerAction(action);
uiActions.attachAction(CONTEXT_MENU_TRIGGER, action);
uiActions.addTriggerAction(CONTEXT_MENU_TRIGGER, action);

share.register(csvReportingProvider({ apiClient, toasts, license$ }));
share.register(
Expand Down

0 comments on commit 80590af

Please sign in to comment.