diff --git a/Mohem/src/app/notification/home/home.component.ts b/Mohem/src/app/notification/home/home.component.ts index c6345634..2d1a1f9c 100644 --- a/Mohem/src/app/notification/home/home.component.ts +++ b/Mohem/src/app/notification/home/home.component.ts @@ -66,7 +66,7 @@ export class HomeComponent implements OnInit { public newWorkListResponse = []; public showFormattedData = []; public allFormattedData = []; - public selectedFilter = 'ALL'; + public selectedFilter = 'HR'; public showSearchButton = false; public itemType = 'HRSSA'; public receivedITGCount = false; @@ -210,6 +210,7 @@ export class HomeComponent implements OnInit { this.previousActiveIndex = 0; this.itemType = 'HRSSA'; this.selectedFilter = 'HR'; + this.enableFilters(); this.filters[0].active = true; this.isPostNoLoad = true; this.resetData(); @@ -282,7 +283,7 @@ export class HomeComponent implements OnInit { this.WorkListObj.P_SEARCH_SENT_DATE = ''; this.WorkListObj.P_SEARCH_ITEM_TYPE_DSP_NAME = ''; this.WorkListObj.P_PAGE_NUM = 0; - this.WorkListObj.P_PAGE_LIMIT = 5; + this.WorkListObj.P_PAGE_LIMIT = 25; if (this.infiniteScroll) { this.infiniteScroll.complete();