Sfoglia il codice sorgente

double the message display time

web_access_fix
Jason Chuang 3 settimane fa
parent
commit
4978621d6b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js Vedi 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,


Caricamento…
Annulla
Salva