1
0
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:
Oscar Hinton
2021-08-20 21:36:13 +02:00
committed by Chad Scharf
parent 5757e42bce
commit d8115386a0

View File

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