(SSR-484) remove resetting appt type when service zip is changed
This commit is contained in:
parent
f03b46350f
commit
499f4a0537
1 changed files with 0 additions and 4 deletions
|
|
@ -146,10 +146,6 @@ export default {
|
|||
};
|
||||
},
|
||||
set: function (newValue) {
|
||||
if (newValue.zipCode !== this.zipCode) {
|
||||
this.selectedAppointmentType = null;
|
||||
}
|
||||
|
||||
this.zipCode = newValue.zipCode;
|
||||
this.state = newValue.state;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue