From f0fba6c4e17be78e0c8fe1dc89dc6a2156f0ef08 Mon Sep 17 00:00:00 2001 From: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:15:23 -0500 Subject: [PATCH] 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) --- apps/web/src/app/organizations/manage/people.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/organizations/manage/people.component.ts b/apps/web/src/app/organizations/manage/people.component.ts index c4f62b1992..c4f450a24c 100644 --- a/apps/web/src/app/organizations/manage/people.component.ts +++ b/apps/web/src/app/organizations/manage/people.component.ts @@ -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