mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
Typescript 5.3: Fix-super-missuse-on-instance-properties (#10952)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
e786eac87d
commit
1bf29f8285
@ -64,7 +64,7 @@ export class SendGroupingsComponent extends BaseSendComponent implements OnInit,
|
|||||||
dialogService,
|
dialogService,
|
||||||
toastService,
|
toastService,
|
||||||
);
|
);
|
||||||
super.onSuccessfulLoad = async () => {
|
this.onSuccessfulLoad = async () => {
|
||||||
this.selectAll();
|
this.selectAll();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@ export class SendTypeComponent extends BaseSendComponent implements OnInit, OnDe
|
|||||||
dialogService,
|
dialogService,
|
||||||
toastService,
|
toastService,
|
||||||
);
|
);
|
||||||
super.onSuccessfulLoad = async () => {
|
this.onSuccessfulLoad = async () => {
|
||||||
this.selectType(this.type);
|
this.selectType(this.type);
|
||||||
};
|
};
|
||||||
this.applySavedState =
|
this.applySavedState =
|
||||||
|
Loading…
Reference in New Issue
Block a user