Prettified
This commit is contained in:
parent
40bc9b9a75
commit
b06ee56d27
2 changed files with 8 additions and 5 deletions
|
|
@ -200,7 +200,10 @@ export default {
|
||||||
|
|
||||||
this.mobileLocationValidationField = "isValid";
|
this.mobileLocationValidationField = "isValid";
|
||||||
|
|
||||||
if ((newValue.zipCode !== this.zipCode) && !this.selectedAppointmentType == "Mobile") {
|
if (
|
||||||
|
newValue.zipCode !== this.zipCode &&
|
||||||
|
!this.selectedAppointmentType == "Mobile"
|
||||||
|
) {
|
||||||
this.selectedAppointmentType = null;
|
this.selectedAppointmentType = null;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue