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;