mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
missing searchText property
This commit is contained in:
@@ -37,6 +37,7 @@ export class EntityUsersComponent implements OnInit {
|
||||
loading = true;
|
||||
formPromise: Promise<any>;
|
||||
selectedCount = 0;
|
||||
searchText: string;
|
||||
|
||||
private allUsers: OrganizationUserUserDetailsResponse[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user