diff --git a/web/app/components/datasets/documents/index.tsx b/web/app/components/datasets/documents/index.tsx index cb998e1406..e7d11097bd 100644 --- a/web/app/components/datasets/documents/index.tsx +++ b/web/app/components/datasets/documents/index.tsx @@ -23,7 +23,7 @@ import type { CreateDocumentReq } from '@/models/datasets' import { DataSourceType } from '@/models/datasets' import IndexFailed from '@/app/components/datasets/common/document-status-with-action/index-failed' import { useProviderContext } from '@/context/provider-context' - +import cn from '@/utils/classnames' const FolderPlusIcon = ({ className }: React.SVGProps) => { return @@ -239,10 +239,10 @@ const Documents: FC = ({ datasetId }) => { {embeddingAvailable && ( )}