This commit is contained in:
2021-10-01 18:09:00 +00:00
parent 99210c8403
commit 5e423767bf
5 changed files with 1187 additions and 46 deletions

View File

@@ -272,7 +272,7 @@ function generateMenu(vm) {
//
async function initForm(vm) {
await fetchTranslatedText(vm);
await populateSelectionLists(vm);
populateSelectionLists(vm);
}
//////////////////////////////////////////////////////////