Merge pull request #2495 from Safelite/feature/CASH-376
CASH-376 disable forward nav button when modal is open
This commit is contained in:
commit
b78369c292
1 changed files with 3 additions and 1 deletions
|
|
@ -119,7 +119,9 @@
|
|||
<navbar
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
ref="navbar"
|
||||
:isForwardActionDisabled="!meta.valid || displayNoShopsAlert"
|
||||
:isForwardActionDisabled="
|
||||
!meta.valid || displayNoShopsAlert || mobileLocationModalOpened
|
||||
"
|
||||
@back-clicked="backButtonAction"
|
||||
@ForwardClicked="forwardButtonAction" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue