Procházet zdrojové kódy

double the message display time

web_access_fix
Jason Chuang před 3 týdny
rodič
revize
4978621d6b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit