Reset file input value after operations - fixed #1124

This commit is contained in:
Liyas Thomas
2020-08-27 13:56:55 +05:30
parent 240ae25a90
commit 62028d1273
4 changed files with 17 additions and 10 deletions

View File

@@ -354,6 +354,7 @@ export default {
icon: "attach_file",
})
}
this.$refs.collectionUpload.value = ""
},
getDoc() {