[AAE-12288] Fix bc (#8447)

This commit is contained in:
Diogo Bastos
2023-04-05 15:55:00 +01:00
committed by GitHub
parent 6a9129c931
commit 913a117723

View File

@@ -69,7 +69,7 @@ export class ProcessListCloudComponent extends DataTableSchema<ProcessListDataCo
/** Filter the processes to display only the ones with this environment ID. */
@Input()
environmentId: string = '';
environmentId: string;
/** Filter the processes to display only the ones with this name. */
@Input()