vcomply-workflow-engine 2.1.87 → 2.1.88
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 +1 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -24473,7 +24473,7 @@
|
|
|
24473
24473
|
if (((_b = (_a = _this.controls) === null || _a === void 0 ? void 0 : _a.all_user_in_role) === null || _b === void 0 ? void 0 : _b.value) && _this.mode !== 'EDIT') {
|
|
24474
24474
|
_this.setFormField('program_owners', res === null || res === void 0 ? void 0 : res.data);
|
|
24475
24475
|
}
|
|
24476
|
-
else
|
|
24476
|
+
else {
|
|
24477
24477
|
_this.setDefaultOwners(res === null || res === void 0 ? void 0 : res.data);
|
|
24478
24478
|
}
|
|
24479
24479
|
},
|