This commit is contained in:
@@ -761,11 +761,6 @@ export default {
|
||||
z => z.fld.toLowerCase() == formCustomTemplateFieldName.toLowerCase()
|
||||
);
|
||||
|
||||
if (window.$gz.dev && !templateItem) {
|
||||
console.log(
|
||||
`DEV ERROR: FORM FIELD NOT IN TEMPLATE: "${formCustomTemplateFieldName}"`
|
||||
);
|
||||
}
|
||||
if (templateItem === undefined || templateItem.hide !== true) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user