clean up
This commit is contained in:
parent
1e45334530
commit
5fa815241d
1 changed files with 0 additions and 5 deletions
|
|
@ -128,11 +128,6 @@ export default {
|
|||
};
|
||||
},
|
||||
set: function (newValue) {
|
||||
// if (newValue.zipCode !== this.zipCode) {
|
||||
// this.resetMobileLocation();
|
||||
// this.selectedAppointmentType = null;
|
||||
// this.providerNumber = null;
|
||||
// }
|
||||
this.zipCode = newValue.zipCode;
|
||||
this.state = newValue.state;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue