Skip to content

Commit

Permalink
IBX-7185: Fix subitems upload refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Feb 12, 2024
1 parent b114ef7 commit b9983e6
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 b9983e6

Please sign in to comment.