mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
event filters and paging
This commit is contained in:
@@ -32,8 +32,8 @@ export class PeopleComponent implements OnInit {
|
||||
async ngOnInit() {
|
||||
this.route.parent.parent.params.subscribe(async (params) => {
|
||||
this.organizationId = params.organizationId;
|
||||
await this.load();
|
||||
});
|
||||
await this.load();
|
||||
}
|
||||
|
||||
async load() {
|
||||
|
||||
Reference in New Issue
Block a user