Quellcode durchsuchen

double the message display time

web_access_fix
Jason Chuang vor 3 Wochen
Ursprung
Commit
4978621d6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js Datei anzeigen

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


Laden…
Abbrechen
Speichern