Skip to content

Commit

Permalink
Merge pull request #10136 from Expensify/neil-fix-bank-back
Browse files Browse the repository at this point in the history
Fix back from bank account manual page
  • Loading branch information
srikarparsi authored Jul 27, 2022
2 parents d7bdbee + 5c0173a commit 05c0494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/ReimbursementAccount/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function setBankAccountFormValidationErrors(errors) {
* Clear validation messages from reimbursement account
*/
function resetReimbursementAccount() {
this.setBankAccountFormValidationErrors({});
setBankAccountFormValidationErrors({});
Onyx.merge(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {successRoute: null});
}

Expand Down

0 comments on commit 05c0494

Please sign in to comment.