Update src/layouts/vin-lookup/vin-lookup.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2e124a8fd5
commit
465b3a90c6
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ export default {
|
|||
if (!vehicleLookupResponse.data.canSafeliteService) {
|
||||
this.mainStore.setBailout(bailoutMessage.HeavyTruckVehicle(vehicleLookupResponse.data.carId));
|
||||
this.resetVehicleFromLookup();
|
||||
showIssLoadingModal(false);
|
||||
return;
|
||||
}
|
||||
|
||||
// Add vin bcs the response from the service doesn't contain vin
|
||||
|
|
|
|||
Loading…
Reference in a new issue