mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Set bar completed when a request fails
This commit is contained in:
@@ -25,6 +25,8 @@ http.interceptors.response.use(resp => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return resp;
|
return resp;
|
||||||
|
}, () => {
|
||||||
|
store.getActions().progress.setComplete();
|
||||||
});
|
});
|
||||||
|
|
||||||
// If we have a phpdebugbar instance registered at this point in time go
|
// If we have a phpdebugbar instance registered at this point in time go
|
||||||
|
|||||||
Reference in New Issue
Block a user