Skip to content

Commit e0ba586

Browse files
committed
Fix app shell roles for all org managers
1 parent 6c5cc67 commit e0ba586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/AppShell/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const navItems = [
115115
name: "Organization Info",
116116
icon: IconInfoCircle,
117117
description: null,
118-
validRoles: [AppRoles.AT_LEAST_ONE_ORG_MANAGER],
118+
validRoles: [AppRoles.ALL_ORG_MANAGER, AppRoles.AT_LEAST_ONE_ORG_MANAGER],
119119
},
120120
];
121121

0 commit comments

Comments
 (0)