vcomply-workflow-engine 2.4.56 → 2.4.57

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.
@@ -24670,7 +24670,9 @@
24670
24670
  }
24671
24671
  };
24672
24672
  WorkflowProgramComponent.prototype.activateList = function (evt) {
24673
- this.activeList = evt;
24673
+ if (this === null || this === void 0 ? void 0 : this.activeList) {
24674
+ this.activeList = evt;
24675
+ }
24674
24676
  this.pickerChanged.emit(true);
24675
24677
  };
24676
24678
  WorkflowProgramComponent.prototype.listAction = function (evt, type) {