This commit is contained in:
@@ -210,7 +210,9 @@ async function fetchTranslatedText(vm) {
|
||||
async function populateSelectionLists(vm) {
|
||||
let res = await window.$gz.api.get("log-file");
|
||||
if (res.error) {
|
||||
window.$gz.errorHandler.handleFormError(res.error, vm);
|
||||
vm.formState.serverError = res.error;
|
||||
window.$gz.form.setErrorBoxErrors(vm);
|
||||
//window.$gz.errorHandler.handleFormError(res.error, vm);
|
||||
} else {
|
||||
vm.selectLists.serverLogs = res.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user