Skip to content

Commit

Permalink
hotfix: remove roles on change group (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolkowski authored May 29, 2024
1 parent 676f3f9 commit d5f65b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/GroupIndividualSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ function GroupIndividualSearcher({
const updateIndividual = {
...editedGroupIndividual,
group: groupToBeChanged,
role: GROUP_INDIVIDUAL_ROLES.HEAD,
role: null,
recipientType: null,
};
updateGroupIndividual(
updateIndividual,
Expand Down

0 comments on commit d5f65b2

Please sign in to comment.