@lowcodeunit/applications-flow-common 1.32.8-apps-flow → 1.32.9-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 +1 -0
- 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/projects.component.js +2 -1
- package/fesm2015/lowcodeunit-applications-flow-common.js +1 -0
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lib/elements/projects/projects.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1494,6 +1494,7 @@
|
|
|
1494
1494
|
});
|
|
1495
1495
|
saveEaC = {
|
|
1496
1496
|
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1497
|
+
Enterprise: Object.assign(Object.assign({}, this.State.EaC.Enterprise), { PrimaryHost: project.Hosts[0] }),
|
|
1497
1498
|
Hosts: projHosts,
|
|
1498
1499
|
// Providers: this.State.EaC.Providers, // TODO: Remove after all providers ADB2C's have been upgraded
|
|
1499
1500
|
Projects: {},
|