This commit is contained in:
@@ -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 != "") {
|
||||
|
||||
Reference in New Issue
Block a user