Fix: Files being parsed are not allowed to be deleted in batches #7065 (#7066)

### What problem does this PR solve?

Fix: Files being parsed are not allowed to be deleted in batches #7065

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-04-16 16:46:24 +08:00
committed by GitHub
parent 9c2dd70839
commit de5727f90a
6 changed files with 26 additions and 3 deletions

View File

@ -195,6 +195,7 @@ const KnowledgeFile = () => {
showDocumentUploadModal={showDocumentUploadModal}
searchString={searchString}
handleInputChange={handleInputChange}
documents={documents}
></DocumentToolbar>
<Table
rowKey="id"