This commit is contained in:
2020-10-20 18:56:48 +00:00
parent ccd34b1e0d
commit 9ced7ed124
3 changed files with 31 additions and 40 deletions

View File

@@ -480,15 +480,6 @@ export default {
this.SetValueForField("c16", newValue);
}
}
},
created() {
if (this.$ay.dev) {
if (!this.formKey) {
throw new Error(
"custom-fields-control: formKey property is required and missing"
);
}
}
}
};
</script>