We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5fabb3 + f2d0675 commit 6bc56f2Copy full SHA for 6bc56f2
1 file changed
src/slices/eventSlice.ts
@@ -451,6 +451,7 @@ export const postNewEvent = (params: {
451
scheduleStartHour: string,
452
scheduleStartMinute: string,
453
sourceMode: string,
454
+ location: string,
455
uploadAssetsTrack?: UploadAssetsTrack[],
456
metadata: { [key: string]: unknown },
457
},
@@ -544,7 +545,7 @@ export const postNewEvent = (params: {
544
545
type: values.sourceMode,
546
metadata: {
547
start: startDate,
- device: values.metadata.location,
548
+ device: values.location,
549
inputs: values.inputs ? values.inputs.join(",") : "",
550
end: endDate,
551
duration: duration.toString(),
0 commit comments