Skip to content

Commit

Permalink
feat(feat/cb2-14449): missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Evans committed Jan 13, 2025
1 parent 5e21e6b commit 1c9c108
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]) =>
Expand Down

0 comments on commit 1c9c108

Please sign in to comment.