1
0
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:
Will Martin
2023-03-07 10:25:59 -05:00
committed by GitHub
parent 4f64ac87de
commit 6876aad883
3 changed files with 9 additions and 2 deletions

View File

@@ -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;