Skip to content

Commit c1b7b6e

Browse files
fix: prevent OOO dialog from closing on outside click (calcom#25699)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent e82a53a commit c1b7b6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/features/settings/outOfOffice/CreateOrEditOutOfOfficeModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export const CreateOrEditOutOfOfficeEntryModal = ({
188188
}}>
189189
<DialogContent
190190
enableOverflow
191+
preventCloseOnOutsideClick
191192
onOpenAutoFocus={(event) => {
192193
event.preventDefault();
193194
}}>

0 commit comments

Comments
 (0)