vcomply-workflow-engine 2.6.115 → 2.6.116

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.
@@ -7159,8 +7159,11 @@
7159
7159
  }
7160
7160
  Object.defineProperty(MoreOptionComponent.prototype, "getOrganizationDetails", {
7161
7161
  set: function (details) {
7162
+ var _a;
7162
7163
  this.orgDetails = details;
7163
- this.updateProgramMoreOptions();
7164
+ if ((_a = Object.keys(details)) === null || _a === void 0 ? void 0 : _a.length) {
7165
+ this.updateProgramMoreOptions();
7166
+ }
7164
7167
  },
7165
7168
  enumerable: false,
7166
7169
  configurable: true