No longer removing loading

This commit is contained in:
Michaela Brydon 2024-12-12 12:55:47 -05:00
parent 2974ce56b3
commit 86eb076013

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,