CSR-803: fix back button action on questions pages
This commit is contained in:
parent
dcf8a3020a
commit
16ab7b25fb
2 changed files with 1 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
ref="funnelFooter"
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
:isForwardActionDisabled="!isMetaValid"
|
||||
@back-clicked="backButtonAction"
|
||||
@back-clicked="handleBackButtonAction"
|
||||
@ForwardClicked="handleForwardButtonAction" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -137,8 +137,6 @@ export default {
|
|||
|
||||
const glassPartsForStore = partsLookup.data.glassPieceParts;
|
||||
|
||||
debugger; // eslint-disable-line no-debugger
|
||||
|
||||
this.navigateForward(glassPartsForStore);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue