From 9d99052305512371f76f402111655c34fbfcb1cc Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:46:10 -0700 Subject: [PATCH] feat: remove outside workspace (#1028) (#1036) (cherry picked from commit 0153b94e4279e077e3b2558c14e08027faffb713) Signed-off-by: SuZhou-Joe Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- public/plugin.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/plugin.tsx b/public/plugin.tsx index 2b98449eb..e4be048aa 100644 --- a/public/plugin.tsx +++ b/public/plugin.tsx @@ -68,7 +68,6 @@ export class AlertingPlugin implements Plugin { const { renderApp } = await import('./app'); @@ -93,7 +92,6 @@ export class AlertingPlugin implements Plugin { return mountWrapper(params, "/dashboard"); }, @@ -104,7 +102,6 @@ export class AlertingPlugin implements Plugin { return mountWrapper(params, "/monitors"); }, @@ -115,7 +112,6 @@ export class AlertingPlugin implements Plugin { return mountWrapper(params, "/destinations"); },