mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-8960] Review and apply required inputs where possible (#10554)
This commit is contained in:
committed by
GitHub
parent
0bc422735e
commit
ada55aebc1
@@ -39,7 +39,7 @@ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
||||
})
|
||||
export class AspectListComponent implements OnInit {
|
||||
/** Node Id of the node that we want to update */
|
||||
@Input()
|
||||
@Input({ required: true })
|
||||
nodeId: string = '';
|
||||
|
||||
/** List of aspects' ids which should not be displayed. */
|
||||
|
Reference in New Issue
Block a user