We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5cc67 commit e0ba586Copy full SHA for e0ba586
src/ui/components/AppShell/index.tsx
@@ -115,7 +115,7 @@ export const navItems = [
115
name: "Organization Info",
116
icon: IconInfoCircle,
117
description: null,
118
- validRoles: [AppRoles.AT_LEAST_ONE_ORG_MANAGER],
+ validRoles: [AppRoles.ALL_ORG_MANAGER, AppRoles.AT_LEAST_ONE_ORG_MANAGER],
119
},
120
];
121
0 commit comments