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.
@@ -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 if (this.mode === 'EDIT') {
23193
+ else {
23194
23194
  this.setDefaultOwners(res === null || res === void 0 ? void 0 : res.data);
23195
23195
  }
23196
23196
  },