mirror of https://github.com/langgenius/dify.git
修复 Toast 类型检查} (Wait need close?)}{
This commit is contained in:
parent
f50e44b24a
commit
b72fc07006
|
|
@ -6,6 +6,7 @@ import { useEffect, useState } from 'react'
|
|||
import { createRoot } from 'react-dom/client'
|
||||
import ActionButton from '@/app/components/base/action-button'
|
||||
import { cn } from '@/utils/classnames'
|
||||
import type { IToastProps } from './context'
|
||||
import { ToastContext, useToastContext } from './context'
|
||||
|
||||
export type ToastHandle = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue