@lowcodeunit/applications-flow-common 1.32.11-apps-flow → 1.32.12-apps-flow

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.
@@ -2435,10 +2435,10 @@
2435
2435
  });
2436
2436
  Object.defineProperty(DomainsComponent.prototype, "HostLookup", {
2437
2437
  get: function () {
2438
- var _a;
2439
- var hostKeys = Object.keys(((_a = this.Data) === null || _a === void 0 ? void 0 : _a.Hosts) || {});
2440
- hostKeys = hostKeys.filter(function (hk) { return hk.indexOf('|') < 0; });
2441
- return hostKeys[0];
2438
+ // let hostKeys = Object.keys(this.Data?.Hosts || {});
2439
+ // hostKeys = hostKeys.filter(hk => hk.indexOf('|') < 0);
2440
+ // return hostKeys[0];
2441
+ return this.PrimaryHost;
2442
2442
  },
2443
2443
  enumerable: false,
2444
2444
  configurable: true