Merge pull request #1059 from Safelite/defect/CSR-1326

Added condition that the button should be disabled if the no shops al…
This commit is contained in:
Leah Schumann 2023-04-12 14:41:50 -04:00 committed by GitHub
commit e788f3570e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>