mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-12288] Fix bc (#8447)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user