Skip to content

Commit

Permalink
feat: remove useless registration method (opensearch-project#2044)
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: Adam Tackett <tackadam@amazon.com>
  • Loading branch information
SuZhou-Joe authored and Adam Tackett committed Aug 20, 2024
1 parent b31e064 commit 1a5ccb5
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 1a5ccb5

Please sign in to comment.