1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-03 04:59:06 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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