@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.
- package/bundles/lowcodeunit-applications-flow-common.umd.js +4 -4
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lib/elements/projects/controls/tabs/domains/domains.component.js +5 -5
- package/fesm2015/lowcodeunit-applications-flow-common.js +4 -4
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2435,10 +2435,10 @@
|
|
|
2435
2435
|
});
|
|
2436
2436
|
Object.defineProperty(DomainsComponent.prototype, "HostLookup", {
|
|
2437
2437
|
get: function () {
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
return
|
|
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
|