* Fix: Resolved double-click issue on timeSlot in Booker Atom * fix: show toast on booking error * fix: type error * Prevent the automatic change of bookerState when all fields are filled. * fix: when a user clicks on a new timeslot, any previously displayed "Confirm" button should be hidden * Update useSkipConfirmStep.ts * fix: remove 2 states for slots * Update useSlotsForDate.ts * fix types * use common types * fix: show VerifyCodeDialog and RedirectToInstantMeetingModal when skiping confirm step * fix for instant bookings --------- Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
5 lines
224 B
TypeScript
5 lines
224 B
TypeScript
export { useSchedule } from "./useSchedule";
|
|
export { useSlotsForDate } from "./useSlotsForDate";
|
|
export { useNonEmptyScheduleDays } from "./useNonEmptyScheduleDays";
|
|
export type { Slots, GetSchedule, Slot } from "./types";
|