@lowcodeunit/applications-flow-common 1.35.4-lets-get-social-ish → 1.35.7-integration
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/elements/main-feed-card/main-feed-card.component.mjs +2 -2
- package/esm2020/lib/services/project.service.mjs +2 -2
- 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
|
@@ -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
|
|
@@ -4353,7 +4353,7 @@ class MainFeedCardComponent {
|
|
|
4353
4353
|
}, (err) => {
|
|
4354
4354
|
console.log(err);
|
|
4355
4355
|
});
|
|
4356
|
-
},
|
|
4356
|
+
}, 15000);
|
|
4357
4357
|
}
|
|
4358
4358
|
}
|
|
4359
4359
|
}
|