We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885f315 commit 1764c44Copy full SHA for 1764c44
x-pack/legacy/plugins/triggers_actions_ui/index.ts
@@ -29,7 +29,6 @@ export function triggersActionsUI(kibana: any) {
29
.default();
30
},
31
uiExports: {
32
- home: ['plugins/triggers_actions_ui/hacks/register'],
33
managementSections: ['plugins/triggers_actions_ui/legacy'],
34
styleSheetPaths: resolve(__dirname, 'public/index.scss'),
35
injectDefaultVars(server: Legacy.Server) {
x-pack/legacy/plugins/triggers_actions_ui/public/hacks/register.ts
0 commit comments