Merge pull request #2987 from Safelite/feature/CASH-1953-prelim
CASH-1953: fix bug where...
This commit is contained in:
commit
f469265fe8
1 changed files with 2 additions and 0 deletions
|
|
@ -1737,6 +1737,8 @@ export default {
|
|||
// make sure a selectedProvider exists
|
||||
if (this.lastSelectedInshopOrDropoffProvider) {
|
||||
this.updateSelectedProvider(this.lastSelectedInshopOrDropoffProvider);
|
||||
} else {
|
||||
this.updateSelectedProvider();
|
||||
}
|
||||
} else {
|
||||
this.appointmentType = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue