mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-01 17:45:28 +08:00
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:
@ -1,6 +1,6 @@
|
|||||||
import { toast } from 'sonner';
|
import { toast } from 'sonner';
|
||||||
|
|
||||||
const duration = { duration: 4000 };
|
const duration = { duration: 2500 };
|
||||||
|
|
||||||
const message = {
|
const message = {
|
||||||
success: (msg: string) => {
|
success: (msg: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user