Commit a3c6d680 by archer

fix: file id

parent 19b1ff5a
......@@ -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 }) || ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment