Update frontend dependencies

This commit is contained in:
Johannes Zellner
2025-03-22 20:53:40 +01:00
parent eec386cbf4
commit 113a3eb5cf
3 changed files with 41 additions and 41 deletions

View File

@@ -78,7 +78,7 @@ fetcher.globalOptions.errorHook = (error) => {
}
}
if (error.status >= 500) {
if (error.status >= 502) {
// This means the box service is not reachable. We just show offline banner for now
ready.value = false;
return offlineOverlay.value.open();