mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-20 12:56:55 +08:00
### 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:
@ -238,7 +238,7 @@ export const useHandleUploadDocument = () => {
|
||||
|
||||
return code;
|
||||
},
|
||||
[uploadDocument, hideDocumentUploadModal, fileList],
|
||||
[fileList, uploadDocument, hideDocumentUploadModal, runDocumentByIds],
|
||||
);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user