@lowcodeunit/applications-flow-common 1.39.51-hardening-bugs → 1.39.52-hardening-bugs
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 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -636,8 +636,9 @@ class ProjectService {
|
|
636
636
|
this.LoadUserFeed(1, 25, localStorage.getItem('activeFilter')
|
637
637
|
? localStorage.getItem('activeFilter')
|
638
638
|
: '', false, state),
|
639
|
+
this.ListEnterprises(state),
|
639
640
|
]);
|
640
|
-
console.log('LOAD EAC RESULTS: ', results);
|
641
|
+
// console.log('LOAD EAC RESULTS: ', results);
|
641
642
|
}
|
642
643
|
else {
|
643
644
|
state.Loading = false;
|