Skip to content

Commit

Permalink
fix: file id
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Sep 3, 2023
1 parent 19b1ff5 commit a3c6d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) || ''
Expand Down

0 comments on commit a3c6d68

Please sign in to comment.