diff --git a/web/src/pages/add-knowledge/components/knowledge-file/document-toolbar.tsx b/web/src/pages/add-knowledge/components/knowledge-file/document-toolbar.tsx index 11ddeb779..1ffe7d1fb 100644 --- a/web/src/pages/add-knowledge/components/knowledge-file/document-toolbar.tsx +++ b/web/src/pages/add-knowledge/components/knowledge-file/document-toolbar.tsx @@ -34,10 +34,10 @@ interface IProps { } const DocumentToolbar = ({ - selectedRowKeys, - showCreateModal, - showWebCrawlModal, - showDocumentUploadModal, + selectedRowKeys, + showCreateModal, + showWebCrawlModal, + showDocumentUploadModal, }: IProps) => { const { t } = useTranslate('knowledgeDetails'); const { fetchDocumentList } = useFetchDocumentListOnMount(); @@ -66,18 +66,18 @@ const DocumentToolbar = ({ ), }, { type: 'divider' }, - { - key: '2', - onClick: showWebCrawlModal, - label: ( -
- -
- ), - }, + // { + // key: '2', + // onClick: showWebCrawlModal, + // label: ( + //
+ // + //
+ // ), + // }, { type: 'divider' }, { key: '3', @@ -92,7 +92,7 @@ const DocumentToolbar = ({ ), }, ]; - }, [showDocumentUploadModal, showWebCrawlModal, showCreateModal, t]); + }, [showDocumentUploadModal, showCreateModal, t]); const handleDelete = useCallback(() => { showDeleteConfirm({