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
|
@@ -23190,7 +23190,7 @@ class WorkflowProgramComponent {
|
|
|
23190
23190
|
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') {
|
|
23191
23191
|
this.setFormField('program_owners', res === null || res === void 0 ? void 0 : res.data);
|
|
23192
23192
|
}
|
|
23193
|
-
else
|
|
23193
|
+
else {
|
|
23194
23194
|
this.setDefaultOwners(res === null || res === void 0 ? void 0 : res.data);
|
|
23195
23195
|
}
|
|
23196
23196
|
},
|