[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
1 changed files with 1 additions and 1 deletions

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