This commit is contained in:
Bill Richardson 2026-07-23 11:28:58 -04:00
parent 0dafce88a3
commit 36fbca4ba0

View file

@ -17,7 +17,7 @@ export default {
result = await useMainStore().getPartsOrQuestions();
}
const { partsOrQuestions } = result.data;
vehicleQuestionsMixin.methods.navigateForward(partsOrQuestions, this);
await vehicleQuestionsMixin.methods.navigateForward(partsOrQuestions, this);
},
async handleVinRequiredVehicle(vin) {
if (!this.mainStore.order.vehicle.vinRequired || !hasYMMExperimentSettingEnabled()) {