mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-04 18:37:45 +01:00
missing searchText property
This commit is contained in:
parent
bcd07cce0d
commit
171589fb3d
@ -37,6 +37,7 @@ export class EntityUsersComponent implements OnInit {
|
|||||||
loading = true;
|
loading = true;
|
||||||
formPromise: Promise<any>;
|
formPromise: Promise<any>;
|
||||||
selectedCount = 0;
|
selectedCount = 0;
|
||||||
|
searchText: string;
|
||||||
|
|
||||||
private allUsers: OrganizationUserUserDetailsResponse[] = [];
|
private allUsers: OrganizationUserUserDetailsResponse[] = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user