Merge branch 'feat/manage-all-booking-inputs' of github.com:calcom/cal.com into feat/manage-all-booking-inputs

pull/6560/head
Hariom Balhara 2023-02-13 14:51:02 +05:30
commit 99e7234334
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ const PlainForm = <T extends FieldValues>(props: FormProps<T>, ref: Ref<HTMLForm
form
.handleSubmit(handleSubmit)(event)
.catch((err) => {
console.log(err);
// FIXME: Booking Pages don't have toast, so this error is never shown
showToast(`${getErrorFromUnknown(err).message}`, "error");
});