@lowcodeunit/applications-flow-common 1.35.5-lets-get-social-ish → 1.36.0

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.
@@ -510,7 +510,7 @@ class ProjectService {
510
510
  }
511
511
  async LoadUserFeed(page, pageSize, forCheck = false, state) {
512
512
  return new Promise((resolve, reject) => {
513
- state.LoadingFeed = true;
513
+ state.LoadingFeed = !forCheck;
514
514
  let paramMap = this.activatedRoute.snapshot.children[0].paramMap;
515
515
  let result = this.loadApplicationsForFeed(state, paramMap);
516
516
  this.appsFlowSvc