Added condition that the button should be disabled if the no shops alert is displayed

This commit is contained in:
Leah Schumann 2023-04-12 14:34:36 -04:00
parent a3e2fbecb7
commit b58c9aa56c

View file

@ -68,7 +68,7 @@
<funnel-footer
cmsWidgetName="FunnelFooterWidget"
ref="funnelFooter"
:isForwardActionDisabled="!meta.valid"
:isForwardActionDisabled="!meta.valid || displayNoShopsAlert"
@back-clicked="backButtonAction"
@ForwardClicked="forwardButtonAction" />
</div>