1
0
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:
Kyle Spearrin
2018-07-06 23:08:10 -04:00
parent 15cc46bba5
commit e9da73b930
9 changed files with 191 additions and 7 deletions

View File

@@ -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() {