commit
c1526b2735
1 changed files with 3 additions and 1 deletions
|
|
@ -1731,7 +1731,9 @@ export default {
|
|||
this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF;
|
||||
}
|
||||
// make sure a selectedProvider exists
|
||||
this.updateSelectedProvider(this.lastSelectedInshopOrDropoffProvider);
|
||||
if (this.lastSelectedInshopOrDropoffProvider) {
|
||||
this.updateSelectedProvider(this.lastSelectedInshopOrDropoffProvider);
|
||||
}
|
||||
} else {
|
||||
this.appointmentType = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue