mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-20 11:25:37 +01:00
[EC-743] Call super to ngOnInit to include policy observable changes (#4047)
This commit is contained in:
parent
b45704d513
commit
4366e15602
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user