@lowcodeunit/applications-flow-common 1.39.99-integration → 1.39.100-codesplitting
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/services/eac.service.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -1272,7 +1272,7 @@ class EaCService {
|
|
1272
1272
|
EnterpriseLookup: state.EaC.EnterpriseLookup,
|
1273
1273
|
Enterprise: {
|
1274
1274
|
...state.EaC.Enterprise,
|
1275
|
-
PrimaryHost: project.PrimaryHost,
|
1275
|
+
// PrimaryHost: project.PrimaryHost,
|
1276
1276
|
},
|
1277
1277
|
Hosts: projHosts,
|
1278
1278
|
// Providers: state.EaC.Providers, // TODO: Remove after all providers ADB2C's have been upgraded
|