Skip to content

Commit 227e58b

Browse files
Fix wave error (#58)
* fix: wave errors * fix: npm audit * feat: overrise jsonwebtoken * feat: generate new lock file * bump: azure version
1 parent 1dd19c5 commit 227e58b

File tree

3 files changed

+2010
-4205
lines changed

3 files changed

+2010
-4205
lines changed

app/views/applications.njk

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<div class="govuk-grid-row govuk-!-padding-bottom-9">
1919
<h1 class="govuk-heading-l">Annual health and welfare review agreements</h1>
2020
<div class="user-search-box govuk-!-width-two-thirds">
21-
<label class="govuk-label govuk-label--s" for="user-search">
21+
<label class="govuk-label govuk-label--s" for="searchText">
2222
Search by agreement number, organisation or single business identifier (SBI) number
2323
</label>
2424
<input type="hidden" name="crumb" value="{{crumb}}"/>
25-
<input class="govuk-input" id="searchText" name="searchText" type="text" value="{{model.searchText}}" aria-describedby="user-search-hint" spellcheck="false">
25+
<input class="govuk-input" id="searchText" name="searchText" type="text" value="{{model.searchText}}" spellcheck="false">
2626
<button class="search-button" data-module="govuk-button" name="submit" value="search">
2727
Search
2828
</button>

0 commit comments

Comments
 (0)