Skip to content

Commit

Permalink
Add new system roles
Browse files Browse the repository at this point in the history
  • Loading branch information
agalin920 committed Jul 24, 2024
1 parent aa3c1e5 commit 5040528
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/components/accounts/users/baseroles.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,20 @@ export const baseroles = [
label: 'Contributor',
value: 'contributor',
},
{
ZUID: '31-71cfc74-d3vc0n',
desc: '',
name: '6 - Developer Contributor',
accessLevel: 6,
label: 'Developer Contributor',
value: 'developer-contributor',
},
{
ZUID: '31-71cfc74-4cc4dm13',
desc: '',
name: '7 - Access Admin',
accessLevel: 7,
label: 'Access Admin',
value: 'access-admin',
},
];

0 comments on commit 5040528

Please sign in to comment.