@lowcodeunit/applications-flow-common 1.32.7-apps-flow → 1.32.8-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 -1
- 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 +4 -2
- package/fesm2015/lowcodeunit-applications-flow-common.js +3 -1
- 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
|
@@ -2534,7 +2534,10 @@
|
|
|
2534
2534
|
DomainsComponent.prototype.save = function () {
|
|
2535
2535
|
this.appsFlowEventsSvc.SaveProjectAsCode({
|
|
2536
2536
|
ProjectLookup: this.ProjectLookup,
|
|
2537
|
-
Project: Object.assign(Object.assign({}, this.Project), {
|
|
2537
|
+
Project: Object.assign(Object.assign({}, this.Project), {
|
|
2538
|
+
// Hosts: [...this.Project.Hosts, this.Domain.value],
|
|
2539
|
+
Hosts: [this.Domain.value]
|
|
2540
|
+
}),
|
|
2538
2541
|
});
|
|
2539
2542
|
this.formsService.UpdateValuesReference({
|
|
2540
2543
|
Id: this.formName,
|