mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Total number of organization users added (#489)
This commit is contained in:
@@ -121,6 +121,10 @@ export class PeopleComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
get allCount() {
|
||||
return this.allUsers.length;
|
||||
}
|
||||
|
||||
get invitedCount() {
|
||||
return this.statusMap.has(OrganizationUserStatusType.Invited) ?
|
||||
this.statusMap.get(OrganizationUserStatusType.Invited).length : 0;
|
||||
|
||||
Reference in New Issue
Block a user