Skip to content

Commit

Permalink
feat: cv-file-uploader update to current File object coming from even…
Browse files Browse the repository at this point in the history
…t to internalFile (#1609)

* feat: cv-file-uploader update to current File object coming from event to internalFile

* fix: added missing semicolon

---------

Co-authored-by: Isaque <ibenatti@br.ibm.com>
  • Loading branch information
isaquebenatti and Isaque committed Jul 17, 2024
1 parent aa2d7de commit 3068ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CvFileUploader/CvFileUploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function addFiles(files) {
internalFile.state = newFile.state;
internalFile.invalidMessageTitle = newFile.invalidMessageTitle;
internalFile.invalidMessage = newFile.invalidMessage;
internalFile.file = file;
} else {
internalFiles.value.push(newFile);
}
Expand Down

0 comments on commit 3068ec0

Please sign in to comment.