missing searchText property
This commit is contained in:
parent
bcd07cce0d
commit
171589fb3d
|
@ -37,6 +37,7 @@ export class EntityUsersComponent implements OnInit {
|
|||
loading = true;
|
||||
formPromise: Promise<any>;
|
||||
selectedCount = 0;
|
||||
searchText: string;
|
||||
|
||||
private allUsers: OrganizationUserUserDetailsResponse[] = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue