Browse Source

Fix role not being displayed in organization user table (#1141)

pull/1142/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
f9e375f5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/organizations/manage/people.component.ts

2
src/app/organizations/manage/people.component.ts

@ -66,7 +66,7 @@ export class PeopleComponent extends BasePeopleComponent<OrganizationUserUserDet @@ -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;

Loading…
Cancel
Save