diff --git a/resources/scripts/api/http.ts b/resources/scripts/api/http.ts index c02714968..3a6821546 100644 --- a/resources/scripts/api/http.ts +++ b/resources/scripts/api/http.ts @@ -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