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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user