mobile layout now has launchbar

This commit is contained in:
zadam
2022-12-11 22:26:18 +01:00
parent c1d4d3fc8a
commit 23322455a3
6 changed files with 64 additions and 147 deletions

View File

@@ -111,7 +111,7 @@ async function reportError(method, url, status, response) {
throw new ValidationError(response);
}
const message = "Error when calling " + method + " " + url + ": " + status + " - " + responseText;
const message = "Error when calling " + method + " " + url + ": " + status + " - " + response;
toastService.showError(message);
toastService.throwError(message);
}