Browse Source

double the message display time

web_access_fix
Jason Chuang 3 weeks ago
parent
commit
4978621d6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js View File

@@ -208,7 +208,7 @@ export const notifyActionSuccess = (actionMsg) => {
export const notifyActionError = (actionMsg) => {
toast.error(`${actionMsg}`, {
position: "bottom-right",
autoClose: 60000,
autoClose: 10000,
hideProgressBar: false,
closeOnClick: true,
pauseOnHover: true,


Loading…
Cancel
Save