mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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 (
|
if (
|
||||||
!user &&
|
!user &&
|
||||||
this.organization.planProductType === ProductType.Free &&
|
this.organization.planProductType === ProductType.Free &&
|
||||||
this.users.length === this.organization.seats
|
this.allUsers.length === this.organization.seats
|
||||||
) {
|
) {
|
||||||
// Show org upgrade modal
|
// Show org upgrade modal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user