mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
cipher attachments
This commit is contained in:
@@ -82,6 +82,11 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit {
|
||||
return false;
|
||||
}
|
||||
|
||||
attachments() {
|
||||
super.attachments();
|
||||
this.router.navigate(['/attachments'], { queryParams: { cipherId: this.cipher.id } });
|
||||
}
|
||||
|
||||
cancel() {
|
||||
super.cancel();
|
||||
this.location.back();
|
||||
|
||||
Reference in New Issue
Block a user