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",
|
BOOL: "BOOL",
|
||||||
RADIO: "RADIO",
|
RADIO: "RADIO",
|
||||||
PHONE: "PHONE",
|
PHONE: "PHONE",
|
||||||
};
|
} as const;
|
||||||
|
|
||||||
export const SystemField = z.enum(["name", "email", "location", "notes", "guests", "rescheduleReason"]);
|
export const SystemField = z.enum(["name", "email", "location", "notes", "guests", "rescheduleReason"]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue