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.
2 parents 823bb12 + 88bb320 commit bc93933Copy full SHA for bc93933
lib/client/fileUpload.js
@@ -70,7 +70,7 @@ Template.afFileUpload.onCreated(function () {
70
this.currentUpload = new ReactiveVar(false);
71
this.inputName = this.data.name;
72
this.fileId = new ReactiveVar(this.data.value || false);
73
- this.formId = this.data.atts.id;
+ this.formId = AutoForm.getFormId();
74
return;
75
});
76
0 commit comments