Skip to content

Commit 487ea6a

Browse files
committed
Adding comment for test
1 parent 68411ff commit 487ea6a

File tree

1 file changed

+1
-1
lines changed
  • NHSUKViewComponents.Web/Views/Shared/Components/DateInput

1 file changed

+1
-1
lines changed

NHSUKViewComponents.Web/Views/Shared/Components/DateInput/Default.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
var yearErrorCss = Model.HasYearError ? "nhsuk-input--error" : "";
99
var hintTextLine = string.Empty;
1010
}
11-
11+
@* Removed pattern property *@
1212
<div class="@Model.CssClass @errorCss" id="@Model.Id">
1313
<fieldset class="nhsuk-fieldset" aria-describedby="@Model.Id-hint" role="group">
1414
<legend class="nhsuk-fieldset__legend nhsuk-label">

0 commit comments

Comments
 (0)