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,
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