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

@@ -1100,7 +1100,6 @@ async function populateSelectionLists(vm) {
if (res.error) {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
//window.$gz.errorHandler.handleFormError(res.error, vm);
} else {
vm.selectLists.translations = res.data;
}