pre-populate state entered on policy-holder-details page

This commit is contained in:
Kroell 2023-02-18 12:00:28 -05:00
parent d7aee3e3a9
commit c81725d4eb

View file

@ -109,7 +109,7 @@ export default {
activeVehicleLookupAlertType: null, activeVehicleLookupAlertType: null,
vehicleFromLookup: null, vehicleFromLookup: null,
licensePlate: null, licensePlate: null,
licenseState: null, licenseState: useMainStore().order.customer.address.state,
displayVinNotFoundAlert: false, displayVinNotFoundAlert: false,
displayMatchedDifferentVehicleAlert: false, displayMatchedDifferentVehicleAlert: false,
previouslyEnteredCarId: "", previouslyEnteredCarId: "",
@ -198,7 +198,6 @@ export default {
registrationInfo: { registrationInfo: {
licensePlate: this.licensePlate, licensePlate: this.licensePlate,
state: this.licenseState, state: this.licenseState,
zipCode: useMainStore().vehicle.registration.zipCode,
}, },
}, },
false false