@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.
@@ -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;