Skip to content

Commit

Permalink
EPMRPP-94014 || fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed Dec 18, 2024
1 parent 07042be commit 7ae52c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const OrganizationsPage = () => {

return searchValue === null && appliedFiltersCount === 0 ? (
<EmptyPageState
hasPermission={!hasPermission}
hasPermission={hasPermission}
emptyIcon={EmptyIcon}
icon={<PlusIcon />}
label={formatMessage(
Expand Down

0 comments on commit 7ae52c0

Please sign in to comment.