forked from Alex/Pterodactyl-Panel
Set bar completed when a request fails
This commit is contained in:
parent
81f7734df2
commit
1aa3e0fb63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user