Set bar completed when a request fails

This commit is contained in:
Dane Everitt 2020-04-17 10:26:36 -07:00
parent 81f7734df2
commit 1aa3e0fb63
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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