vcomply-workflow-engine 2.9.26 → 2.9.27

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.
@@ -5872,7 +5872,7 @@
5872
5872
  }
5873
5873
  this.showSmiley = false;
5874
5874
  this.uiKitService.isSmileyOn = false;
5875
- this.closeWorkflow.emit();
5875
+ this.closeWorkflow.emit({ confirm: false });
5876
5876
  this.reset();
5877
5877
  };
5878
5878
  WorkflowComplianceComponent.prototype.closeSmiley = function (event) {