Skip to content

Commit

Permalink
Added admin button for System Owner account
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Dec 4, 2024
1 parent df7a9f5 commit 8447137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdrs-frontend/src/selectors/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const accountCanViewAdmin = (state) =>
'ACF OCIO',
'OFA Admin',
'DIGIT Team',
'System Owner',
].includes(selectPrimaryUserRole(state)?.name)

export const accountCanViewKibana = (state) =>
Expand Down

0 comments on commit 8447137

Please sign in to comment.