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