From a74522af3d667cd78daee7990d58d5610312fb8c Mon Sep 17 00:00:00 2001 From: SuPrabhu <65330670+suprabhu77@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:49:12 +0530 Subject: [PATCH] fix: TimeZone select should show the selected timezone (#15838) * bugfix - CAL4052 TimeZone select should show the selected timezone * Pusheding the code for type - check failure * Updating MenuPosition as absolute --------- Co-authored-by: sumantha --- packages/features/bookings/Booker/components/EventMeta.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/bookings/Booker/components/EventMeta.tsx b/packages/features/bookings/Booker/components/EventMeta.tsx index 433b19dddc..08b72e2803 100644 --- a/packages/features/bookings/Booker/components/EventMeta.tsx +++ b/packages/features/bookings/Booker/components/EventMeta.tsx @@ -165,7 +165,7 @@ export const EventMeta = ({ event.lockTimeZoneToggleOnBookingPage ? "cursor-not-allowed" : "" }`}> "!min-h-0 p-0 w-full border-0 bg-transparent focus-within:ring-0",