From 38ebbec6f1f828ba6063d25c17fcd121efe501b9 Mon Sep 17 00:00:00 2001 From: Salman Afzal Date: Thu, 12 Mar 2020 12:19:56 +0300 Subject: [PATCH] fixed loading issues --- Mohem/src/app/notification/home/home.component.html | 2 +- Mohem/src/app/notification/home/home.component.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html index f7ddcbba..8aa54534 100644 --- a/Mohem/src/app/notification/home/home.component.html +++ b/Mohem/src/app/notification/home/home.component.html @@ -25,7 +25,7 @@ - + 0) { - this.assignDataToFilters(); this.showFormattedData = this.sortArray(categorizedWorkListResponse); this.allFormattedData = this.showFormattedData; this.common.sharedService.setSharedData(this.newWorkListResponse, HomeComponent.NOTIFICATION_ARR); - this.common.stopLoading(); + this.assignDataToFilters(); } } else { this.newWorkListResponse = [];