Skip to content

Commit

Permalink
Hotfix for group
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Jan 15, 2025
1 parent 854192c commit acf4215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Registration/Registration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ function Registration() {
id: "283db119-046c-4418-939d-ab9bee06c996",
//id: "2f1c60f2-f30b-4432-8129-9131c6e398dd",
},
group: values.group,
group: values.group ? values.group : undefined,
})
.then(() => {
setIsSending(false);
Expand Down

0 comments on commit acf4215

Please sign in to comment.