Skip to content

Commit

Permalink
clean up on aisle 2
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Nov 26, 2024
1 parent 97570c2 commit 9d60735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/components/packages/attachments.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class PackagesAttachmentsComponent extends Component {
@action
trackFileForUpload() {
this.fileManager.trackFileForUpload();

this.args.package.documents = [...this.args.package.documents, ...this.fileManager.filesToUpload.files];
}

Expand Down

0 comments on commit 9d60735

Please sign in to comment.