Skip to content

Commit 7a5dd80

Browse files
committed
chore: revert time zone fix
1 parent 4610810 commit 7a5dd80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sweet-clubs-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/frontend": patch
3+
---
4+
5+
Revert time zone fix

apps/frontend/src/routes/_auth/administration/participants/new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function AdministrationParticipantsNew() {
2020
},
2121
});
2222
const handleSubmit = (values: FormValues) => {
23-
createParticipantMutation.mutate({ body: { ...values, birthday: values.birthday && `${values.birthday}T00:00:00Z` } });
23+
createParticipantMutation.mutate({ body: values });
2424
};
2525

2626
return (

0 commit comments

Comments
 (0)