From 84d8b264b9fdd141ee0535f34770f60e839f2a8c Mon Sep 17 00:00:00 2001 From: Art Date: Tue, 28 Sep 2021 20:38:52 +0300 Subject: [PATCH] 27.6. Fixed refreshing arrows when getting all the users (#27) --- support-portal-frontend/src/app/component/user/user.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/support-portal-frontend/src/app/component/user/user.component.ts b/support-portal-frontend/src/app/component/user/user.component.ts index 303319e..22f8a80 100644 --- a/support-portal-frontend/src/app/component/user/user.component.ts +++ b/support-portal-frontend/src/app/component/user/user.component.ts @@ -69,6 +69,7 @@ export class UserComponent implements OnInit, OnDestroy { }, (errorResponse: HttpErrorResponse) => { this.sendErrorNotification(errorResponse.error.message); + this.refreshing = false; }, () => { this.refreshing = false;