Minor correction to previous commit
This commit is contained in:
parent
4c60dc054f
commit
12c5d684d8
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ export default {
|
||||||
this.internalModel = deepClone(newValue);
|
this.internalModel = deepClone(newValue);
|
||||||
|
|
||||||
this.resetComponent({
|
this.resetComponent({
|
||||||
autocomplete: updatedServiceZipCodeInfo.streetAddress,
|
streetAddress: updatedServiceZipCodeInfo.streetAddress,
|
||||||
city: updatedServiceZipCodeInfo.city,
|
city: updatedServiceZipCodeInfo.city,
|
||||||
state: newValue.addressQuestions.state,
|
state: newValue.addressQuestions.state,
|
||||||
zipCode: newValue.addressQuestions.zipCode,
|
zipCode: newValue.addressQuestions.zipCode,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue