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
@@ -34,7 +34,7 @@ export class AttachmentComponent implements OnChanges {
|
||||
private processContentService = inject(ProcessContentService);
|
||||
|
||||
/** (required) The numeric ID of the task to display. */
|
||||
@Input()
|
||||
@Input({ required: true })
|
||||
taskId: string;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user