feat: event team Assignment tab atom (#17145)
* feat: event team Assignment tab atom * Update event-types-atom.service.ts * Update event-types-atom.service.ts
This commit is contained in:
@@ -98,9 +98,8 @@ export default function Bookings(props: { calUsername: string; calEmail: string
|
||||
customClassNames={{ atomsWrapper: "!w-[50vw] !m-auto" }}
|
||||
allowDelete={true}
|
||||
id={eventTypeId}
|
||||
tabs={["setup", "limits", "recurring", "advanced", "availability"]}
|
||||
tabs={["setup", "limits", "recurring", "advanced", "availability", "team"]}
|
||||
onSuccess={(eventType) => {
|
||||
console.log(eventType);
|
||||
setEventTypeId(null);
|
||||
refetch();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user