This commit is contained in:
2021-07-22 23:51:01 +00:00
parent 771f2d8483
commit 6ab68f9de0
5 changed files with 14 additions and 11 deletions

View File

@@ -453,7 +453,7 @@ async function fetchTranslatedText(vm) {
//
//
async function populateSelectionLists(vm) {
let res = await window.$gz.api.get(API_BASE_URL + "List");
let res = await window.$gz.api.get(API_BASE_URL + "list");
if (res.error) {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);