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;