You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is still a window where the user might be able to click the confirm button despite crossing to the minimumBookingNotice window, depending on the polling time (refetchInterval) and when they landed on the booking form page.
I think since we already know about the minimumBookingNotice, and it's a static information, we could in theory use that to disable the confirm button at precisely the right time, and that could be a nice follow up strategy to cover these cases.
There is still a window where the user might be able to click the confirm button despite crossing to the minimumBookingNotice window, depending on the polling time (refetchInterval) and when they landed on the booking form page.
I think since we already know about the minimumBookingNotice, and it's a static information, we could in theory use that to disable the confirm button at precisely the right time, and that could be a nice follow up strategy to cover these cases.
Originally posted by @alishaz-polymath in #18935 (review)
Implement this and other followups in the PR.
CAL-5131
The text was updated successfully, but these errors were encountered: