CASH-1953: fix bug where selected provider can be null if loading w a preselected mobile date/time and then switching to inshop

This commit is contained in:
Adam Caouette 2025-12-29 17:43:27 -05:00
parent 2590a1739c
commit 68fdc3f27b

View file

@ -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;