1
0
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:
Nick Krantz
2025-08-22 12:38:35 -05:00
committed by GitHub
parent a3f729ef8d
commit 9ecf2686e5
5 changed files with 21 additions and 1 deletions

View File

@@ -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 */