From acf4215a1e41a421f13b0ce3aa2720f74256a498 Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Wed, 15 Jan 2025 12:27:39 +0100 Subject: [PATCH] Hotfix for group --- src/components/Registration/Registration.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Registration/Registration.jsx b/src/components/Registration/Registration.jsx index 814e502..d45dbc1 100644 --- a/src/components/Registration/Registration.jsx +++ b/src/components/Registration/Registration.jsx @@ -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);