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:
parent
784540bacd
commit
f0fba6c4e1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue