Fixed issue where the alert was not being removed when changing the service zip code
This commit is contained in:
parent
21517e45a7
commit
5643b82d06
1 changed files with 4 additions and 2 deletions
|
|
@ -136,8 +136,10 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
serviceZipCodeInput() {
|
"internalModel.zipCode": {
|
||||||
this.resetsOnZipInput();
|
handler() {
|
||||||
|
this.resetsOnZipInput();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
modelValue(newValue) {
|
modelValue(newValue) {
|
||||||
this.internalModel = this.copyModel(newValue);
|
this.internalModel = this.copyModel(newValue);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue