Skip to content

Commit

Permalink
rm error on resubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Sep 7, 2022
1 parent 55c9fdd commit dd75b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/BankAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function validateBankAccount(bankAccountID, validateCode) {
key: ONYXKEYS.REIMBURSEMENT_ACCOUNT,
value: {
isLoading: true,
errors: null,
},
}],
successData: [{
Expand Down

0 comments on commit dd75b94

Please sign in to comment.