@lowcodeunit/applications-flow-common 1.39.90-enterprise-switch-fix → 1.39.91-enterprise-switch-fix
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/project.service.mjs +3 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -527,8 +527,8 @@ class ProjectService {
|
|
527
527
|
async LoadEnterpriseAsCode(state) {
|
528
528
|
return new Promise((resolve, reject) => {
|
529
529
|
console.log('Load ent called!!!');
|
530
|
-
|
531
|
-
|
530
|
+
state.Loading = true;
|
531
|
+
state.LoadingActiveEnterprise = true;
|
532
532
|
this.appsFlowSvc.LoadEnterpriseAsCode().subscribe({
|
533
533
|
next: async (response) => {
|
534
534
|
console.log('State at Load ent: ', state);
|