@lowcodeunit/applications-flow-common 1.39.14-hardening-bugs → 1.39.15-hardening-bugs
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/esm2020/lib/elements/projects/controls/tabs/domains/domains.component.mjs +4 -4
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +3 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +3 -3
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -2019,15 +2019,15 @@ class DomainsComponent {
|
|
2019
2019
|
this.HostDNSInstance =
|
2020
2020
|
'https://fathym-cloud-prd-lcu-customers-20349043.azurefd.net';
|
2021
2021
|
// this.HostDNSInstance = this.Host ? this.Host?.HostDNSInstance : null;
|
2022
|
-
console.log('data from domains: ', this.Data);
|
2023
|
-
console.log('host dns Instance: ', this.HostDNSInstance);
|
2022
|
+
// console.log('data from domains: ', this.Data);
|
2023
|
+
// console.log('host dns Instance: ', this.HostDNSInstance);
|
2024
2024
|
if (this.Data?.PrimaryHost) {
|
2025
2025
|
this.setupForm();
|
2026
2026
|
}
|
2027
2027
|
if (this.HostDNSInstance) {
|
2028
2028
|
this.config();
|
2029
2029
|
}
|
2030
|
-
console.log('CONFIG: ', this.Config);
|
2030
|
+
// console.log('CONFIG: ', this.Config);
|
2031
2031
|
}
|
2032
2032
|
config() {
|
2033
2033
|
this.Config = new CardFormConfigModel({
|