Minor correction to previous commit

This commit is contained in:
Leah Schumann 2023-03-20 10:46:02 -04:00
parent 4c60dc054f
commit 12c5d684d8

View file

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