From 4366e156028ab5f3f2201d02d5e150ae5972cf8e Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Sat, 12 Nov 2022 07:12:54 -0600 Subject: [PATCH] [EC-743] Call super to ngOnInit to include policy observable changes (#4047) --- apps/browser/src/popup/send/send-add-edit.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/popup/send/send-add-edit.component.ts b/apps/browser/src/popup/send/send-add-edit.component.ts index c04e180dbf..2fb45996ad 100644 --- a/apps/browser/src/popup/send/send-add-edit.component.ts +++ b/apps/browser/src/popup/send/send-add-edit.component.ts @@ -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(() => {