fix(scheduling-webui): keep invitation delivery explicit
This commit is contained in:
@@ -643,8 +643,7 @@ export default function SchedulingPage({ settings, auth }: { settings: ApiSettin
|
||||
location: location.trim() || null,
|
||||
metadata: slot.metadata ?? {}
|
||||
})),
|
||||
participants: participants.map(participantPayload),
|
||||
create_participant_invitations: true
|
||||
participants: participants.map(participantPayload)
|
||||
});
|
||||
setRequests((items) => [request, ...items]);
|
||||
} else {
|
||||
@@ -664,8 +663,7 @@ export default function SchedulingPage({ settings, auth }: { settings: ApiSettin
|
||||
location: location.trim() || null,
|
||||
metadata: slot.metadata ?? {}
|
||||
})),
|
||||
participants: participants.map(participantPayload),
|
||||
create_participant_invitations: true
|
||||
participants: participants.map(participantPayload)
|
||||
});
|
||||
replaceRequest(request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user