mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Allowed editing sends
This commit is contained in:
@@ -72,6 +72,6 @@ export class SendComponent extends BaseSendComponent implements OnInit {
|
||||
}
|
||||
|
||||
get selectedSendType() {
|
||||
return this.sends.find(s => s.id === this.sendId).type;
|
||||
return this.sends.find(s => s.id === this.sendId)?.type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user