From 4978621d6b6e0f2dcd3db20d89b9c719ab1747e2 Mon Sep 17 00:00:00 2001 From: Jason Chuang Date: Fri, 27 Feb 2026 04:48:08 +0800 Subject: [PATCH] double the message display time --- src/utils/CommonFunction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,