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 GitHub
parent c7de347cec
commit f9e375f5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;