Skip to content

Commit

Permalink
feat: increase toast notification timeouts for better user experience
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Feb 2, 2025
1 parent a910d3b commit 15c27e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/default/src/constants/toast.constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const toastConstants = {
SUCCESS_TIMEOUT: 1500,
INFO_TIMEOUT: 3000,
ERROR_TIMEOUT: 5000,
SUCCESS_TIMEOUT: 5000,
INFO_TIMEOUT: 8000,
ERROR_TIMEOUT: 10000,
WARNING_TIMEOUT: 10000,
NOTICE_TIMEOUT: 20000
NOTICE_TIMEOUT: 20000,
};

0 comments on commit 15c27e4

Please sign in to comment.