1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[EC-743] Call super to ngOnInit to include policy observable changes (#4047)

This commit is contained in:
Vincent Salucci
2022-11-12 07:12:54 -06:00
committed by GitHub
parent b45704d513
commit 4366e15602

View File

@@ -108,7 +108,7 @@ export class SendAddEditComponent extends BaseAddEditComponent {
const type = parseInt(params.type, null);
this.type = type;
}
await this.load();
await super.ngOnInit();
});
window.setTimeout(() => {