This commit is contained in:
2019-07-17 22:57:45 +00:00
parent c7d030a1d1
commit c7fdde0b7b

View File

@@ -23,7 +23,7 @@
</template>
<script>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* Xeslint-disable */
/* eslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
* v-if="item.hide == false"
@@ -70,6 +70,7 @@ export default {
},
created() {
if (this.$gzdevmode()) {
debugger;
if (!this.formKey) {
throw "custom-fields-control: formKey property is required and missing";
}