Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…icro-front-ends into Bugfix/FWF-3866-translation-fixes
  • Loading branch information
Ajay-aot committed Jan 6, 2025
2 parents 36cb8c3 + df5dc93 commit f94ddfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms-flow-nav/src/sidenav/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const Sidebar = React.memo(({ props, sidenavHeight="100%" }) => {
const manageOptions = () => {
const options = [];

if (isViewDashboard) {
if (isViewDashboard || isDashboardManager) {
options.push({
name: "Dashboards",
path: DASHBOARD_ROUTE,
Expand Down Expand Up @@ -334,7 +334,7 @@ const Sidebar = React.memo(({ props, sidenavHeight="100%" }) => {
subscribe={props.subscribe}
/>
)}
{isViewDashboard && ENABLE_DASHBOARDS_MODULE && (
{isViewDashboard && ENABLE_DASHBOARDS_MODULE && (
<MenuComponent
baseUrl={baseUrl}
eventKey={SectionKeys.ANALYZE.value}
Expand Down

0 comments on commit f94ddfc

Please sign in to comment.