mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
mobile layout now has launchbar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user