From a33936e8ff861ce0b9660fe4942b639ff61eac8f Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Fri, 26 Dec 2025 14:21:59 +0800 Subject: [PATCH] Fix small issues on UI (#12231) ### What problem does this PR solve? As title ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) 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 623500cea..3edb2b661 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: 1500 }; +const duration = { duration: 4000 }; const message = { success: (msg: string) => {