Skip to content

Commit 6efb107

Browse files
authored
Merge pull request Expensify#75640 from bernhardoj/fix/75274-cant-open-filter-after-delete-saved-search
2 parents 151ea3d + 99c78f0 commit 6efb107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Modal/BaseModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function BaseModal({
108108
const hideModal = useCallback(
109109
(callHideCallback = true) => {
110110
shouldCallHideModalOnUnmount.current = false;
111+
willAlertModalBecomeVisible(false);
111112
if (areAllModalsHidden()) {
112113
if (shouldSetModalVisibility && !Navigation.isTopmostRouteModalScreen()) {
113114
setModalVisibility(false);

0 commit comments

Comments
 (0)