mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: file id
This commit is contained in:
@@ -109,7 +109,7 @@ const FileSelect = ({
|
||||
}
|
||||
return '';
|
||||
})(),
|
||||
uploadFiles(files, (percent) => {
|
||||
uploadFiles([file], (percent) => {
|
||||
if (percent < 100) {
|
||||
setSelectingText(
|
||||
t('file.Uploading', { name: file.name.slice(0, 20), percent }) || ''
|
||||
|
Reference in New Issue
Block a user