mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
Merge pull request #585 from ant-design/fix-uploadmMultiple
fix upload multiple #579
This commit is contained in:
commit
96ad83a31f
@ -62,7 +62,7 @@ const AntUpload = React.createClass({
|
||||
f.status = 'uploading';
|
||||
return f;
|
||||
});
|
||||
nextFileList = nextFileList.concat(file);
|
||||
nextFileList = nextFileList.concat(targetItem);
|
||||
} else {
|
||||
targetItem = fileToObject(file);
|
||||
targetItem.status = 'uploading';
|
||||
|
Loading…
Reference in New Issue
Block a user