mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-07 16:30:40 +00:00
4.6.4-alpha (#582)
This commit is contained in:
@@ -173,7 +173,9 @@ const FileSelect = ({
|
||||
case 'pdf':
|
||||
return readPdfContent(file);
|
||||
case 'docx':
|
||||
return readDocContent(file);
|
||||
return readDocContent(file, {
|
||||
fileId
|
||||
});
|
||||
}
|
||||
return '';
|
||||
})();
|
||||
|
Reference in New Issue
Block a user