Skip to content

Commit

Permalink
Pass fetchUuid to AddGroupRoles
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed May 17, 2023
1 parent f441e17 commit 316a06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smart-components/group/role/group-roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const GroupRoles = ({ onDefaultGroupChanged }) => {
fetchGroupData();
}
}}
fetchUuid={systemGroupUuid}
selectedRoles={selectedAddRoles}
setSelectedRoles={setSelectedAddRoles}
closeUrl={`/groups/detail/${isPlatformDefault ? 'default-access' : uuid}/roles`}
Expand Down

0 comments on commit 316a06b

Please sign in to comment.