copilot
This commit is contained in:
parent
0dafce88a3
commit
36fbca4ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export default {
|
||||||
result = await useMainStore().getPartsOrQuestions();
|
result = await useMainStore().getPartsOrQuestions();
|
||||||
}
|
}
|
||||||
const { partsOrQuestions } = result.data;
|
const { partsOrQuestions } = result.data;
|
||||||
vehicleQuestionsMixin.methods.navigateForward(partsOrQuestions, this);
|
await vehicleQuestionsMixin.methods.navigateForward(partsOrQuestions, this);
|
||||||
},
|
},
|
||||||
async handleVinRequiredVehicle(vin) {
|
async handleVinRequiredVehicle(vin) {
|
||||||
if (!this.mainStore.order.vehicle.vinRequired || !hasYMMExperimentSettingEnabled()) {
|
if (!this.mainStore.order.vehicle.vinRequired || !hasYMMExperimentSettingEnabled()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue