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 19:16:32 +05:30
commit 0fb781d5fd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const EventTypeCustomInputType = {
BOOL: "BOOL",
RADIO: "RADIO",
PHONE: "PHONE",
};
} as const;
export const SystemField = z.enum(["name", "email", "location", "notes", "guests", "rescheduleReason"]);