From 077a75589a2e324e8e1cbf3e583c17e28f77a9dc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 7 Oct 2020 17:34:08 +0000 Subject: [PATCH] --- ayanova/src/components/custom-fields-control.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/components/custom-fields-control.vue b/ayanova/src/components/custom-fields-control.vue index e927472a..45c758c0 100644 --- a/ayanova/src/components/custom-fields-control.vue +++ b/ayanova/src/components/custom-fields-control.vue @@ -254,7 +254,7 @@ export default { //Get the field data type //https://lodash.com/docs#find - // let ctrlType = window.$gz._.find( + // let ctrlType = window.$gz. _.find( // this.$store.state.formCustomTemplate[this.formKey], // ["dataKey", dataKey] // ).type;