1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

load collections after ngOninit has run (#8691)

This commit is contained in:
SmithThe4th
2024-04-12 14:53:26 +01:00
committed by GitHub
parent d026087bfd
commit a12c7242d6
2 changed files with 2 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
async ngOnInit() {
await super.ngOnInit();
await this.load();
this.broadcasterService.subscribe(BroadcasterSubscriptionId, async (message: any) => {
this.ngZone.run(() => {
switch (message.command) {