vcomply-workflow-engine 2.4.57 → 2.4.58

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.
@@ -23378,9 +23378,7 @@ class WorkflowProgramComponent {
23378
23378
  }
23379
23379
  }
23380
23380
  activateList(evt) {
23381
- if (this === null || this === void 0 ? void 0 : this.activeList) {
23382
- this.activeList = evt;
23383
- }
23381
+ this.activeList = evt;
23384
23382
  this.pickerChanged.emit(true);
23385
23383
  }
23386
23384
  listAction(evt, type) {