mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Fix role not being displayed in organization user table (#1141)
This commit is contained in:
committed by
Chad Scharf
parent
5757e42bce
commit
d8115386a0
@@ -66,7 +66,7 @@ export class PeopleComponent extends BasePeopleComponent<OrganizationUserUserDet
|
||||
@ViewChild('bulkConfirmTemplate', { read: ViewContainerRef, static: true }) bulkConfirmModalRef: ViewContainerRef;
|
||||
@ViewChild('bulkRemoveTemplate', { read: ViewContainerRef, static: true }) bulkRemoveModalRef: ViewContainerRef;
|
||||
|
||||
userType = ProviderUserType;
|
||||
userType = OrganizationUserType;
|
||||
userStatusType = OrganizationUserStatusType;
|
||||
|
||||
organizationId: string;
|
||||
|
||||
Reference in New Issue
Block a user