fix: enable date picker taps on iOS by setting modal={false} (#25590)

This commit is contained in:
Eesh Midha
2025-12-04 13:33:43 +00:00
committed by GitHub
parent 9362253bfb
commit d8f36d0665
@@ -180,6 +180,7 @@ export const CreateOrEditOutOfOfficeEntryModal = ({
return (
<Dialog
open={openModal}
modal={false}
onOpenChange={(open) => {
if (!open) {
closeModal();