zip code field no longer exists on license-plate-lookup, value not saved to store
This commit is contained in:
parent
c81725d4eb
commit
ea2f1d4dad
1 changed files with 1 additions and 2 deletions
|
|
@ -940,8 +940,7 @@ export const useMainStore = defineStore({
|
|||
if
|
||||
(
|
||||
registrationInfo?.licensePlate !== this.order.vehicle.registration?.licensePlate ||
|
||||
registrationInfo?.state !== this.order.vehicle.registration?.state ||
|
||||
registrationInfo?.zipCode !== this.order.vehicle.registration?.zipCode
|
||||
registrationInfo?.state !== this.order.vehicle.registration?.state
|
||||
)
|
||||
{
|
||||
this.resetRegistrationAndDependencies();
|
||||
|
|
|
|||
Loading…
Reference in a new issue