Skip to content

Commit

Permalink
Update public/plugin.ts
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 74c83fc commit 8062f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export class SecurityAnalyticsPlugin

const navLinks = navlinks.map(item => ({
id: item.id,
showInAllNavGroup: item. showInAllNavGroup,
parentNavLinkId: item.parent ? item.parent : undefined,
}));

Expand Down

0 comments on commit 8062f84

Please sign in to comment.