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

This commit is contained in:
dominikiwanekhyland
2025-01-17 13:15:25 +01:00
committed by GitHub
parent 0bc422735e
commit ada55aebc1
61 changed files with 121 additions and 197 deletions

View File

@@ -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;
/**