Skip to content

Commit

Permalink
Merge pull request #48878 from Krishna2323/krishna2323/issue/48875
Browse files Browse the repository at this point in the history
fix: Expense - Unable to dismiss the delete modal by clicking outside the modal.
(cherry picked from commit a63daff)

(CP triggered by luacmartins)
  • Loading branch information
luacmartins authored and OSBotify committed Sep 10, 2024
1 parent fb56b71 commit b6ae9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfirmModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function ConfirmModal({
success = true,
danger = false,
onCancel = () => {},
onBackdropPress = () => {},
onBackdropPress,
shouldDisableConfirmButtonWhenOffline = false,
shouldShowCancelButton = true,
shouldSetModalVisibility = true,
Expand Down

0 comments on commit b6ae9e1

Please sign in to comment.