@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.
@@ -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: {},