Update bailout on policy-vehicles to properly use tweaked message
This commit is contained in:
parent
91e2726aa3
commit
4077b2dfef
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ export default {
|
|||
return this.navigateForward();
|
||||
}
|
||||
|
||||
this.mainStore.setBailout(bailoutMessage.vehicleLookupError(
|
||||
this.mainStore.setBailout(bailoutMessage.vehicleVinLookupError(
|
||||
vehicle.vin,
|
||||
vehicleLookupResponse.data
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue