Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Mar 11, 2024
2 parents 683e002 + e6bdedd commit ea4cc46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class MultiFileUploadModule extends Component {
* @memberof MultiFileUploadModule
*/
handleAfterUpload(itemsUploaded) {
this._itemsUploaded = itemsUploaded;
this._itemsUploaded = [...this._itemsUploaded, ...itemsUploaded];
}

/**
Expand Down

0 comments on commit ea4cc46

Please sign in to comment.