diff --git a/monitoring-dashboard/components/org.wso2.micro.integrator.dashboard.web/web-app/src/home/layout/Navigator.js b/monitoring-dashboard/components/org.wso2.micro.integrator.dashboard.web/web-app/src/home/layout/Navigator.js index 672e04b2d..a71df5400 100644 --- a/monitoring-dashboard/components/org.wso2.micro.integrator.dashboard.web/web-app/src/home/layout/Navigator.js +++ b/monitoring-dashboard/components/org.wso2.micro.integrator.dashboard.web/web-app/src/home/layout/Navigator.js @@ -90,7 +90,7 @@ function Navigator(props) { if(userScope !== "admin"){ return miCategories.filter(category => category.id === "General"); } - if (AuthManager.getUser()?.sso || AuthManager.getUser()?.isFileBasedUserStoreEnabled) { + if (AuthManager.getUser()?.sso) { return miCategories.map(category => ({ ...category, children: category.children