diff --git a/src/utils/CommonFunction.js b/src/utils/CommonFunction.js index 2137e61..6b60f43 100644 --- a/src/utils/CommonFunction.js +++ b/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,