pre-populate state entered on policy-holder-details page
This commit is contained in:
parent
d7aee3e3a9
commit
c81725d4eb
1 changed files with 1 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ export default {
|
|||
activeVehicleLookupAlertType: null,
|
||||
vehicleFromLookup: null,
|
||||
licensePlate: null,
|
||||
licenseState: null,
|
||||
licenseState: useMainStore().order.customer.address.state,
|
||||
displayVinNotFoundAlert: false,
|
||||
displayMatchedDifferentVehicleAlert: false,
|
||||
previouslyEnteredCarId: "",
|
||||
|
|
@ -198,7 +198,6 @@ export default {
|
|||
registrationInfo: {
|
||||
licensePlate: this.licensePlate,
|
||||
state: this.licenseState,
|
||||
zipCode: useMainStore().vehicle.registration.zipCode,
|
||||
},
|
||||
},
|
||||
false
|
||||
|
|
|
|||
Loading…
Reference in a new issue