CSR-1137 | Rename modal slot method
This commit is contained in:
parent
377eb4311c
commit
074beab149
1 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
:availableTimeSlots="availableTimeSlots"
|
:availableTimeSlots="availableTimeSlots"
|
||||||
estimatedServiceMinutesMinimum="90"
|
estimatedServiceMinutesMinimum="90"
|
||||||
estimatedServiceMinutesMaximum="180" />
|
estimatedServiceMinutesMaximum="180" />
|
||||||
<button @click="openModal">Click for timeslots</button>
|
<button @click="openInshopTimeslotsModal">Click for timeslots</button>
|
||||||
<funnel-footer
|
<funnel-footer
|
||||||
cmsWidgetName="FunnelFooterWidget"
|
cmsWidgetName="FunnelFooterWidget"
|
||||||
ref="funnelFooter"
|
ref="funnelFooter"
|
||||||
|
|
@ -240,7 +240,8 @@ export default {
|
||||||
});
|
});
|
||||||
return responseData;
|
return responseData;
|
||||||
},
|
},
|
||||||
openModal() {
|
openInshopTimeslotsModal() {
|
||||||
|
|
||||||
this.$refs["timeSlotModal"].openModal();
|
this.$refs["timeSlotModal"].openModal();
|
||||||
},
|
},
|
||||||
backButtonAction() {
|
backButtonAction() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue