Another correction for previous commit

This commit is contained in:
Leah Schumann 2023-03-20 14:15:51 -04:00
parent 12c5d684d8
commit e0a5791675

View file

@ -199,8 +199,8 @@ export default {
this.internalModel = deepClone(newValue);
this.resetComponent({
streetAddress: updatedServiceZipCodeInfo.streetAddress,
city: updatedServiceZipCodeInfo.city,
streetAddress: newValue.addressQuestions.streetAddress,
city: newValue.addressQuestions.city,
state: newValue.addressQuestions.state,
zipCode: newValue.addressQuestions.zipCode,
isVehicleProtected: newValue.isVehicleProtected,