mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
[SM-586] add search to Service Accounts list (#4923)
This commit is contained in:
@@ -22,7 +22,8 @@ import { ServiceAccountService } from "./service-account.service";
|
||||
templateUrl: "./service-accounts.component.html",
|
||||
})
|
||||
export class ServiceAccountsComponent implements OnInit {
|
||||
serviceAccounts$: Observable<ServiceAccountView[]>;
|
||||
protected serviceAccounts$: Observable<ServiceAccountView[]>;
|
||||
protected search: string;
|
||||
|
||||
private organizationId: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user