mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-8960] Review and apply required inputs where possible (#4339)
This commit is contained in:
committed by
GitHub
parent
d30c933259
commit
52b4060e78
@@ -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[];
|
||||
|
||||
|
Reference in New Issue
Block a user