Skip to content

Commit

Permalink
Remove the user group list from the navigation sidebar for non-admin …
Browse files Browse the repository at this point in the history
…users
  • Loading branch information
monsieurswag committed Apr 11, 2024
1 parent ce049bd commit 52e25d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/components/SideBar/navData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ export const navData = {
{
name: 'userGroups',
fa_icon: 'fa-solid fa-users',
href: '/user-groups'
href: '/user-groups',
user_groups: ["Global - Administrator"]
},
{
name: 'roleAssignments',
Expand Down

0 comments on commit 52e25d4

Please sign in to comment.