@lowcodeunit/applications-flow-common 1.35.5-lets-get-social-ish → 1.35.6-lets-get-social-ish
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 +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
|
@@ -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 =
|
|
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
|