From 16cdd98f5ed7af0f2e22c6b3bda351ad4edac5b2 Mon Sep 17 00:00:00 2001 From: Thomas Crawley Date: Wed, 11 Dec 2024 12:58:53 +0000 Subject: [PATCH] feat(CB2-14459): fix plates tag on year of manufacture --- .../vehicle-section-edit/vehicle-section-edit.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html b/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html index 47da9162c..78c3bfc8b 100644 --- a/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html +++ b/src/app/forms/custom-sections/vehicle-section/vehicle-section-edit/vehicle-section-edit.component.html @@ -31,6 +31,7 @@ formControlName="techRecord_manufactureYear" [width]="FormNodeWidth.XS" type="number" + [tags]="shouldShowPlatesHgv || shouldShowPlatesTrl ? [{ label: TagTypeLabels.PLATES, colour: TagType.PURPLE }] : []" >