27.6. Fixed refreshing arrows when getting all the users (#27)
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user