mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +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;
|
||||
formPromise: Promise<any>;
|
||||
selectedCount = 0;
|
||||
searchText: string;
|
||||
|
||||
private allUsers: OrganizationUserUserDetailsResponse[] = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user