mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
SG-898 - Adjust people component invite user action to check allUsers instead of users (which gets filtered and modified when a user uses the user status filter buttons) (#4269)
This commit is contained in:
@@ -250,7 +250,7 @@ export class PeopleComponent
|
||||
if (
|
||||
!user &&
|
||||
this.organization.planProductType === ProductType.Free &&
|
||||
this.users.length === this.organization.seats
|
||||
this.allUsers.length === this.organization.seats
|
||||
) {
|
||||
// Show org upgrade modal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user