mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +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