Skip to content

Commit

Permalink
Merge pull request #4740 from Expensify/chirag-growl-timer-update
Browse files Browse the repository at this point in the history
Increase to 5 seconds
  • Loading branch information
jasperhuangg authored Aug 18, 2021
2 parents d0d16ee + 3cd4f43 commit c58e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/BankAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ function validateBankAccount(bankAccountID, validateCode) {
API.BankAccount_Validate({bankAccountID, validateCode})
.then((response) => {
if (response.jsonCode === 200) {
Growl.show('Bank Account successfully validated!', CONST.GROWL.SUCCESS, 3000);
Growl.show('Bank Account successfully validated!', CONST.GROWL.SUCCESS, 5000);
API.User_IsUsingExpensifyCard()
.then(({isUsingExpensifyCard}) => {
const reimbursementAccount = {
Expand Down

0 comments on commit c58e423

Please sign in to comment.