Skip to content

Commit

Permalink
Make firstScreen not null in test-landmark-flow.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Chibuisi Enyia <[email protected]>
  • Loading branch information
spokenbird and enyia21 committed Sep 13, 2023
1 parent 846d575 commit 5638f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/inputs/yesOrNo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<button
th:name="${inputName}"
th:aria-describedby="${hasHelpText ? inputName + '-help-text' : ariaDescribe}"
th:aria-describedby="${hasHelpText ? ariaDescribe + ' ' + inputName + '-help-text' : ariaDescribe}"
type="submit"
value="true"
class="button">
Expand Down

0 comments on commit 5638f4d

Please sign in to comment.