CASH-1790 minor copilot fixes
This commit is contained in:
parent
6a709266d8
commit
5bb54c69ec
1 changed files with 1 additions and 2 deletions
|
|
@ -182,7 +182,7 @@
|
|||
:isSameDay="isSameDay"
|
||||
:selectedRouteCodeData="selectedRouteCodeData"
|
||||
@waitListRequested="handleWaitListRequested"
|
||||
lazyLoadAmountToLoad="10" />
|
||||
:lazyLoadAmountToLoad="10" />
|
||||
<navbar
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
ref="navbar"
|
||||
|
|
@ -1166,7 +1166,6 @@ export default {
|
|||
this.resetWaitlist();
|
||||
this.preSelectedDate = null;
|
||||
this.calendarLoadingStatus = "reinitial";
|
||||
this.$refs.datePicker.isLoading = true;
|
||||
this.shopProviderData = shopQuestionPopUpData.shopProviderData;
|
||||
const oldProvider = this.selectedProvider;
|
||||
const selectedProvider = this.shopProviderData.shopProviders.find((shopProvider) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue