Skip to content

Commit c25c4dd

Browse files
committed
Fix ts issue
1 parent 59cd3ac commit c25c4dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/events/new/NewEventDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const NewEventDialog = ({ isOpen, onClose }: NewEventDialogProps) => {
7575
color: null,
7676
colorSecondary: null,
7777
colorBackground: null,
78+
publicEnabled: false,
7879
}
7980
mutation
8081
.mutate(newEventData)

0 commit comments

Comments
 (0)