@alfresco/adf-process-services-cloud 8.4.0-17999869767 → 8.4.0-18000821448

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13416,9 +13416,6 @@ class StartProcessCloudComponent {
13416
13416
  if (this.processDefinitionName) {
13417
13417
  this.processDefinition.setValue(this.processDefinitionName);
13418
13418
  }
13419
- else {
13420
- this.isFormCloudLoading = false;
13421
- }
13422
13419
  this.processDefinition.valueChanges
13423
13420
  .pipe(debounceTime(PROCESS_DEFINITION_DEBOUNCE))
13424
13421
  .pipe(takeUntilDestroyed(this.destroyRef))