Another correction for previous commit
This commit is contained in:
parent
12c5d684d8
commit
e0a5791675
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue