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: {
|
||||
serviceZipCodeInput() {
|
||||
this.resetsOnZipInput();
|
||||
"internalModel.zipCode": {
|
||||
handler() {
|
||||
this.resetsOnZipInput();
|
||||
}
|
||||
},
|
||||
modelValue(newValue) {
|
||||
this.internalModel = this.copyModel(newValue);
|
||||
|
|
|
|||
Loading…
Reference in a new issue