This commit is contained in:
2021-05-04 00:29:06 +00:00
parent 3c28ffb3e6
commit 48e0c54c43
32 changed files with 42 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ export default {
// NOTE: FORM KEY **MUST** BE THE AYATYPE NAME WHERE POSSIBLE, IF NO TYPE THEN AN EXCEPTION NEEDS TO BE CODED IN
//SERVER FormFieldReference.cs -> public static List<string> FormFieldKeys
//
async get(formKey) {
async get(formKey, vm) {
if (
!window.$gz.util.has(window.$gz.store.state.formCustomTemplate, formKey)
) {