27.6. Fixed refreshing arrows when getting all the users (#27)

This commit is contained in:
Art
2021-09-28 20:38:52 +03:00
parent 3236ecbf82
commit 84d8b264b9

View File

@ -69,6 +69,7 @@ export class UserComponent implements OnInit, OnDestroy {
}, },
(errorResponse: HttpErrorResponse) => { (errorResponse: HttpErrorResponse) => {
this.sendErrorNotification(errorResponse.error.message); this.sendErrorNotification(errorResponse.error.message);
this.refreshing = false;
}, },
() => { () => {
this.refreshing = false; this.refreshing = false;