From 1c9c1083bc0fb4ccb8b6c85aa06e95b11dc2f4a3 Mon Sep 17 00:00:00 2001 From: Tom Evans Date: Mon, 13 Jan 2025 10:03:35 +0000 Subject: [PATCH] feat(feat/cb2-14449): missing lines --- .../adr-section/adr-section-edit/adr-section-edit.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/forms/custom-sections/adr-section/adr-section-edit/adr-section-edit.component.ts b/src/app/forms/custom-sections/adr-section/adr-section-edit/adr-section-edit.component.ts index 76f72d7cd..49489c75d 100644 --- a/src/app/forms/custom-sections/adr-section/adr-section-edit/adr-section-edit.component.ts +++ b/src/app/forms/custom-sections/adr-section/adr-section-edit/adr-section-edit.component.ts @@ -256,6 +256,8 @@ export class AdrSectionEditComponent implements OnInit, OnDestroy { ngOnInit(): void { // Attatch all form controls to parent + this.handleInitialiseUNNumbers(); + this.handleInitialiseSubsequentTankInspections(); const parent = this.controlContainer.control; if (parent instanceof FormGroup) { Object.entries(this.form.controls).forEach(([key, control]) =>