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"
|
||||
estimatedServiceMinutesMinimum="90"
|
||||
estimatedServiceMinutesMaximum="180" />
|
||||
<button @click="openModal">Click for timeslots</button>
|
||||
<button @click="openInshopTimeslotsModal">Click for timeslots</button>
|
||||
<funnel-footer
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
ref="funnelFooter"
|
||||
|
|
@ -240,7 +240,8 @@ export default {
|
|||
});
|
||||
return responseData;
|
||||
},
|
||||
openModal() {
|
||||
openInshopTimeslotsModal() {
|
||||
|
||||
this.$refs["timeSlotModal"].openModal();
|
||||
},
|
||||
backButtonAction() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue