Revert "Drilldowns (#59632)" (#61136)

This reverts commit 5abb2c8c7d.
This commit is contained in:
Matthew Kime 2020-03-24 16:22:11 -05:00 committed by GitHub
parent e251310000
commit 498abb4152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
164 changed files with 897 additions and 5367 deletions

View file

@ -46,7 +46,7 @@ export class UiActionExamplesPlugin
}));
uiActions.registerAction(helloWorldAction);
uiActions.addTriggerAction(helloWorldTrigger.id, helloWorldAction);
uiActions.attachAction(helloWorldTrigger.id, helloWorldAction);
}
public start() {}