1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-23 21:31:29 +01: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); const type = parseInt(params.type, null);
this.type = type; this.type = type;
} }
await this.load(); await super.ngOnInit();
}); });
window.setTimeout(() => { window.setTimeout(() => {