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:
Somay Chauhan
2024-10-17 17:33:59 +00:00
committed by GitHub
parent 497b0804d3
commit 9a5efd39ce
11 changed files with 139 additions and 22 deletions
@@ -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();
}}