Merge pull request #916 from Safelite/bug/brydon/SSR-1942.2
No longer removing loading
This commit is contained in:
commit
83d3ea781f
1 changed files with 0 additions and 1 deletions
|
|
@ -275,7 +275,6 @@ export default {
|
||||||
if (partsOrQuestionsResponse.error) {
|
if (partsOrQuestionsResponse.error) {
|
||||||
this.mainStore.setBailout(bailoutMessage.PartsServiceError(partsOrQuestionsResponse.error.data));
|
this.mainStore.setBailout(bailoutMessage.PartsServiceError(partsOrQuestionsResponse.error.data));
|
||||||
window.console.error('Error on retrieving PartsOrQuestions');
|
window.console.error('Error on retrieving PartsOrQuestions');
|
||||||
this.$refs.siteFooter.removeLoader();
|
|
||||||
this.hasBailedOut = true;
|
this.hasBailedOut = true;
|
||||||
this.$router.navigate(
|
this.$router.navigate(
|
||||||
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue