Skip to content

Commit

Permalink
Enable groups and roles submodules for all client instances
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 18, 2024
1 parent fad46f2 commit 9be173a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,12 @@ export function getRoutes(roles: string[], t: TFunction, userRole: UserRole): Ro
key: 'user-groups',
url: URL_USER_GROUPS,
permissions: ['iam_group.read'],
enabled: getConfig('projectCode') !== eusmProjectCode,
},
{
title: t('User Roles'),
key: 'user-roles',
url: URL_USER_ROLES,
permissions: ['iam_role.read'],
enabled: getConfig('projectCode') !== eusmProjectCode,
},
],
},
Expand Down

0 comments on commit 9be173a

Please sign in to comment.