Skip to content

Commit

Permalink
Merge pull request #7368 from parasharrajat/deleteModal
Browse files Browse the repository at this point in the history
Correct close account confirmation modal logic.
  • Loading branch information
Julesssss authored Jan 25, 2022
2 parents 921fa4f + 685830b commit 5e268df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Security/CloseAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default compose(
withOnyx({
isCloseAccoutModalOpen: {
key: ONYXKEYS.IS_CLOSE_ACCOUNT_MODAL_OPEN,
initWithStoredValues: false,
},
session: {
key: ONYXKEYS.SESSION,
Expand Down

0 comments on commit 5e268df

Please sign in to comment.