diff --git a/web/app/components/datasets/documents/index.tsx b/web/app/components/datasets/documents/index.tsx index 32c045eccd..eecbd58c51 100644 --- a/web/app/components/datasets/documents/index.tsx +++ b/web/app/components/datasets/documents/index.tsx @@ -20,6 +20,7 @@ import type { NotionPage } from '@/models/common' import type { CreateDocumentReq } from '@/models/datasets' import { DataSourceType } from '@/models/datasets' import RetryButton from '@/app/components/base/retry-button' +import cn from '@/utils/classnames' // Custom page count is not currently supported. const limit = 15 @@ -211,10 +212,14 @@ const Documents: FC = ({ datasetId }) => { {embeddingAvailable && ( )}