debug/chat: increase notify error duration to 3000 (#2778)
This commit is contained in:
parent
7001e21e7d
commit
fdd211e399
2 changed files with 4 additions and 4 deletions
|
|
@ -130,7 +130,7 @@ const Debug: FC<IDebug> = ({
|
|||
|
||||
const { notify } = useContext(ToastContext)
|
||||
const logError = useCallback((message: string) => {
|
||||
notify({ type: 'error', message })
|
||||
notify({ type: 'error', message, duration: 3000 })
|
||||
}, [notify])
|
||||
const [completionFiles, setCompletionFiles] = useState<VisionFile[]>([])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue