1
0
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:
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

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