Skip to content

Commit

Permalink
Add isLoading flag cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
pasyukevich committed Dec 12, 2024
1 parent d6eacef commit c3cd9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/BankAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ function clearReimbursementAccount() {
}

function clearReimbursementAccountBankCreation() {
Onyx.merge(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {isCreateCorpayBankAccount: null, isSuccess: null});
Onyx.merge(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {isCreateCorpayBankAccount: null, isSuccess: null, isLoading: null});
}

/**
Expand Down

0 comments on commit c3cd9c6

Please sign in to comment.