CSR-254: fixes
This commit is contained in:
parent
b23c483823
commit
3f8eef0b07
2 changed files with 2 additions and 10 deletions
|
|
@ -79,14 +79,6 @@ export default {
|
|||
driverSideOptionsData: [],
|
||||
}
|
||||
},
|
||||
components: {
|
||||
funnelHeader,
|
||||
vehicleBanner,
|
||||
funnelSubHeader,
|
||||
damageLocationQuestion,
|
||||
replaceOptionsQuestion,
|
||||
funnelFooter,
|
||||
},
|
||||
methods: {
|
||||
arePagePrerequisitesValid() {
|
||||
return store.getters.vehicle.carId !== null;
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
clicked() {
|
||||
// this.isLoaderDisplayed = true;
|
||||
// this.$emit("click-event");
|
||||
this.isLoaderDisplayed = true;
|
||||
this.$emit("click-event");
|
||||
},
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue