Merge pull request #916 from Safelite/bug/brydon/SSR-1942.2

No longer removing loading
This commit is contained in:
michaela-brydon-safelite 2024-12-12 13:01:18 -05:00 committed by GitHub
commit 83d3ea781f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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