mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
missing searchText property
This commit is contained in:
@@ -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[] = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user