mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-38063 Fix flickering on start page
This commit is contained in:
-2
@@ -245,8 +245,6 @@ export class StartProcessCloudComponent implements OnChanges, OnInit {
|
||||
ngOnInit() {
|
||||
if (this.processDefinitionName) {
|
||||
this.processDefinition.setValue(this.processDefinitionName);
|
||||
} else {
|
||||
this.isFormCloudLoading = false;
|
||||
}
|
||||
|
||||
this.processDefinition.valueChanges
|
||||
|
||||
Reference in New Issue
Block a user