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 7adf4a3 commit 7bac64cCopy full SHA for 7bac64c
lib/client/fileUpload.js
@@ -101,7 +101,7 @@ Template.afFileUpload.events({
101
const upload = template.collection.insert(opts, false);
102
let ctx;
103
try {
104
- ctx = AutoForm.getValidationContext(template.formId)
+ ctx = AutoForm.getValidationContext(template.formId);
105
} catch {
106
// Fix: "TypeError: Cannot read property '_resolvedSchema' of undefined"
107
ctx = AutoForm.getValidationContext();
0 commit comments