From 997688cd59e5e78a64a6bedcac52f81368a26577 Mon Sep 17 00:00:00 2001 From: Siddharth Movaliya Date: Sun, 29 Oct 2023 11:32:38 +0530 Subject: [PATCH] skips the step of clicking confirm after verifying otp --- .../bookings/Booker/components/BookEventForm/BookEventForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx b/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx index eda9cb262c..afec8ed37c 100644 --- a/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx +++ b/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx @@ -421,6 +421,7 @@ export const BookEventFormChild = ({ onSuccess={() => { setVerifiedEmail(email); setEmailVerificationModalVisible(false); + bookEvent(bookingForm.getValues()); }} isUserSessionRequiredToVerify={false} />