vcomply-workflow-engine 3.4.51 → 3.4.52

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.
@@ -24265,7 +24265,7 @@ class WorkflowComplianceComponent {
24265
24265
  };
24266
24266
  const payload = {
24267
24267
  assessment_id: this.assessmentDetails.assessment_id,
24268
- category_id: (_c = this.assessmentDetails.category[0]) === null || _c === void 0 ? void 0 : _c.category,
24268
+ category_id: (_c = this.assessmentDetails.category[0]) === null || _c === void 0 ? void 0 : _c._id,
24269
24269
  };
24270
24270
  this.setAssessmentData([this.assessmentDetails], payload, 'assessment');
24271
24271
  this.whatChanged(assessmentData);