mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 11:23:47 +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;
|
||||
}, () => {
|
||||
store.getActions().progress.setComplete();
|
||||
});
|
||||
|
||||
// If we have a phpdebugbar instance registered at this point in time go
|
||||
|
||||
Reference in New Issue
Block a user