Update frontend dependencies
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user