Skip to content

Commit

Permalink
Update public/plugin.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: SuZhou-Joe <[email protected]>
Signed-off-by: Riya <[email protected]>
  • Loading branch information
riysaxen-amzn and SuZhou-Joe authored Jul 22, 2024
1 parent b3ef17f commit 4f3852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class AlertingPlugin implements Plugin<void, AlertingStart, AlertingSetup
id: ALERTS_NAV_ID,
title: 'Alerts',
order: 9070,
category: DEFAULT_APP_CATEGORIES.configure,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
return mountWrapper(params, "/dashboard");
Expand Down

0 comments on commit 4f3852e

Please sign in to comment.