mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +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);
|
const type = parseInt(params.type, null);
|
||||||
this.type = type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
await this.load();
|
await super.ngOnInit();
|
||||||
});
|
});
|
||||||
|
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user