Skip to content

Commit

Permalink
feat: fixes invalid members being added to groups
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 committed Jan 6, 2025
1 parent b0341f4 commit 7f1b8f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const CreateGroupModalContent = ({
});
setMemberInviteMetadata(inviteMetadata);
if (inviteMetadata.canInvite) {
onEmailAddressesChange(learnerEmails, { canInvite: true });
onEmailAddressesChange(inviteMetadata.lowerCasedEmails, { canInvite: true });
} else {
onEmailAddressesChange([]);
}
Expand Down

0 comments on commit 7f1b8f7

Please sign in to comment.