Skip to content

Commit

Permalink
Added edit title permissions for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviahyw committed Jan 4, 2025
1 parent 9fbb125 commit 46f8df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/createInitialPermissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const permissionsRoles = [
// Title
'seeQSC',
'addNewTitle',
'editTitle',
'assignTitle',

'seeUsersInDashboard',
Expand Down Expand Up @@ -252,6 +253,7 @@ const permissionsRoles = [
// Title
'seeQSC',
'addNewTitle',
'editTitle',
'assignTitle',

'seeUsersInDashboard',
Expand Down

0 comments on commit 46f8df0

Please sign in to comment.