mirror of
https://github.com/bitwarden/web
synced 2025-12-16 08:13:22 +00:00
event filters and paging
This commit is contained in:
@@ -27,8 +27,8 @@ export class GroupsComponent 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