From c5eda6ac2cabc45c1bb17ae23a67eb6ff4457fb3 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:46:14 -0700 Subject: [PATCH] feat: do not show in all use case (#643) (#645) Signed-off-by: SuZhou-Joe (cherry picked from commit c7428182ae8d30323e874aeb38893d98e04c25e1) Co-authored-by: SuZhou-Joe --- public/plugin.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/plugin.tsx b/public/plugin.tsx index 205a3ced..604508f9 100644 --- a/public/plugin.tsx +++ b/public/plugin.tsx @@ -106,7 +106,6 @@ export class CustomImportMapPlugin id: MAPS_APP_ID, category: DEFAULT_APP_CATEGORIES.visualizeAndReport, order: 200, - showInAllNavGroup: true, }]); const mapEmbeddableFactory = new MapEmbeddableFactoryDefinition(async () => {