Skip to content

Commit

Permalink
feat/03-4409: Implementer Tools app should not require 'System Develo…
Browse files Browse the repository at this point in the history
…per' privilege
  • Loading branch information
jwnasambu committed Feb 17, 2025
1 parent 52e975e commit 7532c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const GlobalImplementerToolsButton: React.FC = () => {
const { isOpen } = useStore(implementerToolsStore);

return (
<UserHasAccess privilege="coreapps.systemAdministration">
<UserHasAccess privilege="coreapps.implementerTools">
<div className={styles.chevronImplementerToolsButton} data-testid="globalImplementerToolsButton">
<div onClick={togglePopup} role="button" tabIndex={0}>
{isOpen ? <ChevronDownIcon size={16} /> : <ChevronUpIcon size={16} />}
Expand Down

0 comments on commit 7532c03

Please sign in to comment.