Explorar el Código

double the message display time

web_access_fix
Jason Chuang hace 3 semanas
padre
commit
4978621d6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js Ver fichero

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


Cargando…
Cancelar
Guardar