We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854192c commit acf4215Copy full SHA for acf4215
src/components/Registration/Registration.jsx
@@ -460,7 +460,7 @@ function Registration() {
460
id: "283db119-046c-4418-939d-ab9bee06c996",
461
//id: "2f1c60f2-f30b-4432-8129-9131c6e398dd",
462
},
463
- group: values.group,
+ group: values.group ? values.group : undefined,
464
})
465
.then(() => {
466
setIsSending(false);
0 commit comments