mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
use base ui toast
This commit is contained in:
@ -153,7 +153,7 @@ vi.mock('@/app/components/base/confirm', () => ({
|
||||
),
|
||||
}))
|
||||
|
||||
vi.mock('@/app/components/base/toast', () => ({
|
||||
vi.mock('@/app/components/base/ui/toast', () => ({
|
||||
default: { notify: vi.fn() },
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user