vcomply-workflow-engine 2.4.64 → 2.4.65
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/bundles/vcomply-workflow-engine.umd.js +0 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +1 -2
- package/fesm2015/vcomply-workflow-engine.js +0 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -3275,7 +3275,6 @@
|
|
|
3275
3275
|
riskClass: res === null || res === void 0 ? void 0 : res.risk_class,
|
|
3276
3276
|
riskMatrix: res === null || res === void 0 ? void 0 : res.risk_matrix_data
|
|
3277
3277
|
};
|
|
3278
|
-
debugger;
|
|
3279
3278
|
_this.selectedProgram = ((_t = res === null || res === void 0 ? void 0 : res.programDetails) === null || _t === void 0 ? void 0 : _t.category_id) ? res.programDetails : undefined;
|
|
3280
3279
|
_this.isNotificationPending = res.notification_pending;
|
|
3281
3280
|
if (_this.isNotificationPending) {
|