mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
refactor(custom): reorganize web app brand module and raise coverage threshold (#33531)
Co-authored-by: CodingOnStar <hanxujiang@dify.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -10,7 +10,7 @@ import {
|
||||
useDatasetDetail,
|
||||
useDatasetList,
|
||||
} from '@/service/knowledge/use-dataset'
|
||||
import DatasetNav from './index'
|
||||
import DatasetNav from '../index'
|
||||
|
||||
vi.mock('next/navigation', () => ({
|
||||
useParams: vi.fn(),
|
||||
Reference in New Issue
Block a user