Skip to content

Commit bc2f024

Browse files
authored
Fix error when no speaker availability is provided (#4224)
1 parent e030542 commit bc2f024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/cfp-form/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export const CfpForm = ({
124124
it: "",
125125
},
126126
languages: [],
127+
speakerAvailabilities: {},
127128
},
128129
{
129130
withIds: true,

0 commit comments

Comments
 (0)