mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-19 07:14:31 +08:00
[SM-252] Enable strict templates (#3601)
This commit is contained in:
@@ -292,4 +292,8 @@ export class AttachmentsComponent implements OnInit {
|
||||
protected deleteCipherAttachment(attachmentId: string) {
|
||||
return this.cipherService.deleteAttachmentWithServer(this.cipher.id, attachmentId);
|
||||
}
|
||||
|
||||
protected async reupload(attachment: AttachmentView) {
|
||||
// TODO: This should be removed but is needed since we re-use the same template
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user