From 171589fb3def7b9f28da24ac4fec143c622dd9dc Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 24 Oct 2018 22:01:38 -0400 Subject: [PATCH] missing searchText property --- src/app/organizations/manage/entity-users.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/organizations/manage/entity-users.component.ts b/src/app/organizations/manage/entity-users.component.ts index 595fb3c9af..d67714082e 100644 --- a/src/app/organizations/manage/entity-users.component.ts +++ b/src/app/organizations/manage/entity-users.component.ts @@ -37,6 +37,7 @@ export class EntityUsersComponent implements OnInit { loading = true; formPromise: Promise; selectedCount = 0; + searchText: string; private allUsers: OrganizationUserUserDetailsResponse[] = [];