mirror of
https://github.com/bitwarden/web
synced 2025-12-16 00:03:25 +00:00
[Provider] Add events for Provider Organizations (#1090)
This commit is contained in:
@@ -58,6 +58,13 @@ export class ClientsComponent implements OnInit {
|
||||
this.providerId = params.providerId;
|
||||
|
||||
await this.load();
|
||||
|
||||
const queryParamsSub = this.route.queryParams.subscribe(async qParams => {
|
||||
this.searchText = qParams.search;
|
||||
if (queryParamsSub != null) {
|
||||
queryParamsSub.unsubscribe();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user