We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d35672a + b45db79 commit eb38764Copy full SHA for eb38764
app/context/ResourceContext/index.tsx
@@ -36,7 +36,7 @@ const useResources = (): ResourceContextType => {
36
setAdminAccess(true);
37
}
38
39
- if (checkAccess(groups, [...ADMIN_ACCESS, 'manager'], ADMIN_BLOCK)) {
+ if (checkAccess(groups, [...ADMIN_ACCESS, 'manager', 'Report Manager'], ADMIN_BLOCK)) {
40
setReportSettingAccess(true);
41
setReportEditAccess(true);
42
0 commit comments