No longer removing loading
This commit is contained in:
parent
2974ce56b3
commit
86eb076013
1 changed files with 0 additions and 1 deletions
|
|
@ -275,7 +275,6 @@ export default {
|
|||
if (partsOrQuestionsResponse.error) {
|
||||
this.mainStore.setBailout(bailoutMessage.PartsServiceError(partsOrQuestionsResponse.error.data));
|
||||
window.console.error('Error on retrieving PartsOrQuestions');
|
||||
this.$refs.siteFooter.removeLoader();
|
||||
this.hasBailedOut = true;
|
||||
this.$router.navigate(
|
||||
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue