mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
fix old attachments by reuploading them
This commit is contained in:
@@ -103,4 +103,8 @@ export class CiphersComponent extends BaseCiphersComponent {
|
||||
}
|
||||
return this.apiService.deleteCipherAdmin(id);
|
||||
}
|
||||
|
||||
protected showFixOldAttachments(c: CipherView) {
|
||||
return this.organization.isAdmin && c.hasOldAttachments;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user