Skip to content

Commit

Permalink
Merge pull request #4267 from savindi7/update-routes-file
Browse files Browse the repository at this point in the history
Hide the self service portal from the side panel
  • Loading branch information
savindi7 authored Oct 20, 2023
2 parents d0aac76 + aaaa2c9 commit 6c0b972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-horses-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Hide My Account from Navbar
2 changes: 1 addition & 1 deletion apps/console/src/features/core/configs/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export const getAppViewRoutes = (useExtendedRoutes: boolean = false): RouteInter
order: 17,
path: AppConstants.getPaths().get("MY_ACCOUNT"),
protected: true,
showOnSidePanel: true
showOnSidePanel: false
},
{
category: "extensions:manage.sidePanel.categories.AccountManagement",
Expand Down

0 comments on commit 6c0b972

Please sign in to comment.