From 57148952915097b230712ff00797cf2db515f572 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Fri, 26 Dec 2025 14:40:46 +0800 Subject: [PATCH] Fix message duration (#12233) ### What problem does this PR solve? As title ### Type of change - [x] Refactoring Signed-off-by: Jin Hai --- web/src/components/ui/message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ui/message.ts b/web/src/components/ui/message.ts index 3edb2b661..18b08d8a3 100644 --- a/web/src/components/ui/message.ts +++ b/web/src/components/ui/message.ts @@ -1,6 +1,6 @@ import { toast } from 'sonner'; -const duration = { duration: 4000 }; +const duration = { duration: 2500 }; const message = { success: (msg: string) => {