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.
@@ -5464,7 +5464,7 @@ class WorkflowComplianceComponent {
5464
5464
  }
5465
5465
  this.showSmiley = false;
5466
5466
  this.uiKitService.isSmileyOn = false;
5467
- this.closeWorkflow.emit();
5467
+ this.closeWorkflow.emit({ confirm: false });
5468
5468
  this.reset();
5469
5469
  }
5470
5470
  closeSmiley(event) {