fix: enable date picker taps on iOS by setting modal={false} (#25590)
This commit is contained in:
@@ -180,6 +180,7 @@ export const CreateOrEditOutOfOfficeEntryModal = ({
|
||||
return (
|
||||
<Dialog
|
||||
open={openModal}
|
||||
modal={false}
|
||||
onOpenChange={(open) => {
|
||||
if (!open) {
|
||||
closeModal();
|
||||
|
||||
Reference in New Issue
Block a user