We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b604e commit 7904264Copy full SHA for 7904264
lib/client/fileUpload.js
@@ -84,7 +84,7 @@ Template.afFileUpload.helpers({
84
return Template.instance().currentUpload.get();
85
},
86
fileId() {
87
- return Template.instance().fileId.get() || this.value;
+ return Template.instance().fileId.get();
88
89
uploadedFile() {
90
const template = Template.instance();
0 commit comments