mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix old attachments by reuploading them
This commit is contained in:
@@ -127,4 +127,8 @@ export class CiphersComponent extends BaseCiphersComponent implements OnDestroy
|
||||
protected deleteCipher(id: string) {
|
||||
return this.cipherService.deleteWithServer(id);
|
||||
}
|
||||
|
||||
protected showFixOldAttachments(c: CipherView) {
|
||||
return c.hasOldAttachments && c.organizationId == null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user