Skip to content

Commit

Permalink
Fixed primefaces#1000 - FileUpload callback 'Select' little adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici authored and fairking committed Feb 22, 2021
1 parent c8adac4 commit a82d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fileupload/FileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
}
}
this.$emit('select', {originalEvent: event, files: files});
this.$emit('select', {originalEvent: event, files: this.files});
if (this.fileLimit) {
this.checkFileLimit();
Expand Down

0 comments on commit a82d1fa

Please sign in to comment.