mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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