[ACS-8960] Review and apply required inputs where possible (#4339)

This commit is contained in:
dominikiwanekhyland
2025-01-17 13:15:35 +01:00
committed by GitHub
parent d30c933259
commit 52b4060e78
8 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
standalone: true
})
export class DatatableCellBadgesComponent implements OnInit {
@Input() node: NodeEntry;
@Input({ required: true }) node: NodeEntry;
badges: Badge[];