Skip to content

Commit

Permalink
feat(CB2-14459): fix plates tag on year of manufacture
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrawleyy committed Dec 11, 2024
1 parent 64f443a commit 16cdd98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
formControlName="techRecord_manufactureYear"
[width]="FormNodeWidth.XS"
type="number"
[tags]="shouldShowPlatesHgv || shouldShowPlatesTrl ? [{ label: TagTypeLabels.PLATES, colour: TagType.PURPLE }] : []"
></govuk-form-group-input>

<!-- Date of first use (TRL only) -->
Expand Down

0 comments on commit 16cdd98

Please sign in to comment.