This commit is contained in:
2021-08-11 20:27:37 +00:00
parent 4606920cde
commit 286e454677
9 changed files with 47 additions and 10 deletions

View File

@@ -362,8 +362,8 @@ export default {
//item.type only exists for custom fields so they are the ones to return
//In addition if there is a keyStartWith then there are multiple custom field controls on same form so that's a different route to take
let template = this.$store.state.formCustomTemplate[this.formKey];
// debugger;
//console.log("Template is: ", template);
// // debugger;
// console.log("Template is: ", template);
if (template != undefined) {
if (this.keyStartWith != "") {