diff --git a/apps/browser/src/tools/popup/send/send-groupings.component.ts b/apps/browser/src/tools/popup/send/send-groupings.component.ts index 99cac6f73c..87de6af31c 100644 --- a/apps/browser/src/tools/popup/send/send-groupings.component.ts +++ b/apps/browser/src/tools/popup/send/send-groupings.component.ts @@ -64,7 +64,7 @@ export class SendGroupingsComponent extends BaseSendComponent implements OnInit, dialogService, toastService, ); - super.onSuccessfulLoad = async () => { + this.onSuccessfulLoad = async () => { this.selectAll(); }; } diff --git a/apps/browser/src/tools/popup/send/send-type.component.ts b/apps/browser/src/tools/popup/send/send-type.component.ts index 2a555dfa92..8329831e0b 100644 --- a/apps/browser/src/tools/popup/send/send-type.component.ts +++ b/apps/browser/src/tools/popup/send/send-type.component.ts @@ -66,7 +66,7 @@ export class SendTypeComponent extends BaseSendComponent implements OnInit, OnDe dialogService, toastService, ); - super.onSuccessfulLoad = async () => { + this.onSuccessfulLoad = async () => { this.selectType(this.type); }; this.applySavedState =