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:
Jared Snider 2022-12-20 10:15:23 -05:00 committed by GitHub
parent 784540bacd
commit f0fba6c4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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