Skip to content

Commit

Permalink
Conditionalize hideContinue on whether we are displaying an error or …
Browse files Browse the repository at this point in the history
…not.
  • Loading branch information
rtibbles committed Nov 28, 2024
1 parent ff9e481 commit ac2c0ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:footerMessageType="loading ? null : footerMessageType"
:step="loading ? null : 1"
:steps="loading ? null : 5"
:hideContinue="true"
:hideContinue="Boolean(errorMessage)"
@continue="handleContinue"
>
<UiAlert
Expand Down

0 comments on commit ac2c0ce

Please sign in to comment.