Skip to content

Commit acf4215

Browse files
committed
Hotfix for group
1 parent 854192c commit acf4215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Registration/Registration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ function Registration() {
460460
id: "283db119-046c-4418-939d-ab9bee06c996",
461461
//id: "2f1c60f2-f30b-4432-8129-9131c6e398dd",
462462
},
463-
group: values.group,
463+
group: values.group ? values.group : undefined,
464464
})
465465
.then(() => {
466466
setIsSending(false);

0 commit comments

Comments
 (0)