Merge branch 'feat/manage-all-booking-inputs' of github.com:calcom/cal.com into feat/manage-all-booking-inputs
commit
0fb781d5fd
|
@ -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"]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue