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