CSR-254: fixes

This commit is contained in:
Adam Caouette 2022-02-11 17:00:51 -05:00
parent b23c483823
commit 3f8eef0b07
2 changed files with 2 additions and 10 deletions

View file

@ -79,14 +79,6 @@ export default {
driverSideOptionsData: [],
}
},
components: {
funnelHeader,
vehicleBanner,
funnelSubHeader,
damageLocationQuestion,
replaceOptionsQuestion,
funnelFooter,
},
methods: {
arePagePrerequisitesValid() {
return store.getters.vehicle.carId !== null;

View file

@ -36,8 +36,8 @@ export default {
},
methods: {
clicked() {
// this.isLoaderDisplayed = true;
// this.$emit("click-event");
this.isLoaderDisplayed = true;
this.$emit("click-event");
},
},
components: {