zip code field no longer exists on license-plate-lookup, value not saved to store

This commit is contained in:
Kroell 2023-02-18 12:01:46 -05:00
parent c81725d4eb
commit ea2f1d4dad

View file

@ -940,8 +940,7 @@ export const useMainStore = defineStore({
if if
( (
registrationInfo?.licensePlate !== this.order.vehicle.registration?.licensePlate || registrationInfo?.licensePlate !== this.order.vehicle.registration?.licensePlate ||
registrationInfo?.state !== this.order.vehicle.registration?.state || registrationInfo?.state !== this.order.vehicle.registration?.state
registrationInfo?.zipCode !== this.order.vehicle.registration?.zipCode
) )
{ {
this.resetRegistrationAndDependencies(); this.resetRegistrationAndDependencies();