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.
- package/esm2020/lib/workflow-compliance/workflow-compliance.component.mjs +2 -2
- package/fesm2015/vcomply-workflow-engine.mjs +1 -1
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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);
|