mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[PM-22987] Hide download for corrupt attachments (#16023)
* spelling fix * hide download button for corrupt attachments * add missing translations for desktop
This commit is contained in:
@@ -29,7 +29,7 @@ export class DeleteAttachmentComponent {
|
||||
/** The attachment that is can be deleted */
|
||||
@Input({ required: true }) attachment!: AttachmentView;
|
||||
|
||||
/** Whether the attachemnt is being accessed from the admin console */
|
||||
/** Whether the attachment is being accessed from the admin console */
|
||||
@Input() admin: boolean = false;
|
||||
|
||||
/** Emits when the attachment is successfully deleted */
|
||||
|
||||
Reference in New Issue
Block a user