vcomply-workflow-engine 3.4.49 → 3.4.50

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.
@@ -24003,7 +24003,7 @@ class WorkflowComplianceComponent {
24003
24003
  if (this.assessmentDetails?.assessment_type === 'compliance_audit') {
24004
24004
  const assessmentData = {
24005
24005
  target: {
24006
- value: this.assessmentDetails?.assessment_name,
24006
+ value: 'Audit: ' + this.assessmentDetails?.assessment_name,
24007
24007
  },
24008
24008
  };
24009
24009
  const payload = {