Fix message duration (#12233)

### What problem does this PR solve?

As title

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-12-26 14:40:46 +08:00
committed by GitHub
parent a33936e8ff
commit 5714895291

View File

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