This commit is contained in:
2019-07-12 19:38:35 +00:00
parent ec2897b4d4
commit 23d56d91d7
2 changed files with 10 additions and 8 deletions

View File

@@ -620,7 +620,7 @@ function initForm(vm) {
return fetchLocaleText(vm).then(
populatePickLists(vm).then(
vm.$gzformcustomtemplate.get(FORM_CUSTOM_TEMPLATE_KEY)
)
)
);
}
@@ -636,7 +636,6 @@ function populatePickLists(vm) {
});
}
//////////////////////
//
//