CSR-416 Save vin for single vehicle found on address-lookup

This commit is contained in:
Katie 2022-05-09 16:49:17 -04:00
parent ebaf13cc56
commit 09fb6e40f9

View file

@ -240,7 +240,7 @@ export default {
}
// update data if the zip or service zip is servicable
this.updateVehicleInfo(carFound.vin, carFound);
this.updateVehicleInfo(carsFound[0].vin, carFound);
this.updateCustomerInfo();
} else if (carsFound.length > 1) {