소스 검색

double the message display time

web_access_fix
Jason Chuang 3 주 전
부모
커밋
4978621d6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/utils/CommonFunction.js

+ 1
- 1
src/utils/CommonFunction.js 파일 보기

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


불러오는 중...
취소
저장