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

@@ -1196,7 +1196,7 @@ let JUST_DELETED = false;
//
async function initForm(vm) {
await fetchTranslatedText(vm);
await window.$gz.formCustomTemplate.get(FORM_CUSTOM_TEMPLATE_KEY);
await window.$gz.formCustomTemplate.get(FORM_CUSTOM_TEMPLATE_KEY, vm);
}
//////////////////////////////////////////////////////////