Skip to content

Commit

Permalink
feat: remove useless registration method (#2044) (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] committed Aug 8, 2024
1 parent 6bb3ac1 commit 10165d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/plugin_nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ export function registerAllPluginNavGroups(core: CoreSetup<AppPluginStartDepende
order: 400,
},
]);
core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.analytics, [
{
id: observabilityNotebookID,
category: DEFAULT_APP_CATEGORIES.visualizeAndReport,
order: 400,
},
]);

core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.observability, [
{
Expand Down

0 comments on commit 10165d0

Please sign in to comment.