mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix compile errors
This commit is contained in:
@@ -36,6 +36,10 @@ export class SendComponent implements OnInit {
|
||||
expired: boolean = false;
|
||||
type: SendType = null;
|
||||
sends: SendView[] = [];
|
||||
searchText: string;
|
||||
selectedType: SendType;
|
||||
selectedAll: boolean;
|
||||
searchPlaceholder: string;
|
||||
|
||||
modal: ModalComponent = null;
|
||||
actionPromise: any;
|
||||
@@ -149,4 +153,16 @@ export class SendComponent implements OnInit {
|
||||
this.platformUtilsService.showToast('success', null,
|
||||
this.i18nService.t('valueCopied', this.i18nService.t('sendLink')));
|
||||
}
|
||||
|
||||
searchTextChanged() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
selectAll() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
selectType(type: SendType) {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user