Skip to content

Commit

Permalink
Merge pull request #22251 from parasharrajat/minor-fix
Browse files Browse the repository at this point in the history
Fix: Modal type in close Account confirmation
  • Loading branch information
bondydaa authored Jul 5, 2023
2 parents f9a8529 + 876810b commit e753f4d
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 @@ -109,6 +109,7 @@ function CloseAccountPage(props) {
keyboardType={Str.isValidEmail(userEmailOrPhone) ? CONST.KEYBOARD_TYPE.EMAIL_ADDRESS : CONST.KEYBOARD_TYPE.DEFAULT}
/>
<ConfirmModal
danger
title={props.translate('closeAccountPage.closeAccountWarning')}
onConfirm={onConfirm}
onCancel={hideConfirmModal}
Expand Down

0 comments on commit e753f4d

Please sign in to comment.