This commit is contained in:
2021-01-05 23:07:00 +00:00
parent a0119ef380
commit 1e49a696a0

View File

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