Fixed #990 - FileUpload callback 'Select' little adjust

pull/1021/head
Cagatay Civici 2021-02-19 20:37:01 +03:00
parent a8fdc2858d
commit 72b79e3ef3
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export default {
}
}
this.$emit('select', {originalEvent: event, files: files});
this.$emit('select', {originalEvent: event, files: this.files});
if (this.fileLimit) {
this.checkFileLimit();