Update bailout on policy-vehicles to properly use tweaked message

This commit is contained in:
Alex Humphries 2024-12-19 11:25:45 -05:00
parent 91e2726aa3
commit 4077b2dfef

View file

@ -200,7 +200,7 @@ export default {
return this.navigateForward(); return this.navigateForward();
} }
this.mainStore.setBailout(bailoutMessage.vehicleLookupError( this.mainStore.setBailout(bailoutMessage.vehicleVinLookupError(
vehicle.vin, vehicle.vin,
vehicleLookupResponse.data vehicleLookupResponse.data
)); ));