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 59cd3ac commit c25c4ddCopy full SHA for c25c4dd
src/events/new/NewEventDialog.tsx
@@ -75,6 +75,7 @@ export const NewEventDialog = ({ isOpen, onClose }: NewEventDialogProps) => {
75
color: null,
76
colorSecondary: null,
77
colorBackground: null,
78
+ publicEnabled: false,
79
}
80
mutation
81
.mutate(newEventData)
0 commit comments