Merge pull request #2193 from johshisha/fix-1723

Fixed #1723 - Clear file list after upload
pull/2308/head
Tuğçe Küçükoğlu 2022-03-14 09:52:29 +03:00 committed by GitHub
commit 369239d341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ export default {
}
this.$emit('uploader', {files: this.files});
this.clear()
}
else {
let xhr = new XMLHttpRequest();