mirror of
https://github.com/bitwarden/web
synced 2025-12-14 23:33:16 +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('bulkConfirmTemplate', { read: ViewContainerRef, static: true }) bulkConfirmModalRef: ViewContainerRef;
|
||||||
@ViewChild('bulkRemoveTemplate', { read: ViewContainerRef, static: true }) bulkRemoveModalRef: ViewContainerRef;
|
@ViewChild('bulkRemoveTemplate', { read: ViewContainerRef, static: true }) bulkRemoveModalRef: ViewContainerRef;
|
||||||
|
|
||||||
userType = ProviderUserType;
|
userType = OrganizationUserType;
|
||||||
userStatusType = OrganizationUserStatusType;
|
userStatusType = OrganizationUserStatusType;
|
||||||
|
|
||||||
organizationId: string;
|
organizationId: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user