[Library | Trunk]: Fix role showActive users if members call failed
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@61194 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
33b8c95f54
commit
b66dd1b2b3
|
@ -135,6 +135,7 @@ export class RoleUsersComponent implements OnInit, OnDestroy, OnChanges {
|
||||||
}
|
}
|
||||||
}, error => {
|
}, error => {
|
||||||
this.active = [];
|
this.active = [];
|
||||||
|
this.showActive = [];
|
||||||
if (error.status === 404) {
|
if (error.status === 404) {
|
||||||
this.exists = false;
|
this.exists = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue