Fix: Fixed the issue that files cannot be uploaded on the file management page. #5730 (#5763)

### What problem does this PR solve?

Fix: Fixed the issue that files cannot be uploaded on the file
management page. #5730

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-03-07 16:09:20 +08:00
committed by GitHub
parent da3f279495
commit 3c79990934
2 changed files with 24 additions and 19 deletions

View File

@ -238,7 +238,7 @@ export const useHandleUploadDocument = () => {
return code;
},
[uploadDocument, hideDocumentUploadModal, fileList],
[fileList, uploadDocument, hideDocumentUploadModal, runDocumentByIds],
);
return {