Parcourir la source

double the message display time

web_access_fix
Jason Chuang il y a 3 semaines
Parent
révision
4978621d6b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js Voir le fichier

@@ -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,


Chargement…
Annuler
Enregistrer