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 <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-12-26 14:21:59 +08:00
committed by GitHub
parent 9f8161d13e
commit a33936e8ff

View File

@ -1,6 +1,6 @@
import { toast } from 'sonner';
const duration = { duration: 1500 };
const duration = { duration: 4000 };
const message = {
success: (msg: string) => {