mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
show attachments belonging to org cipher as well
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" *ngIf="cipher.hasAttachments && canAccessPremium">
|
||||
<div class="box" *ngIf="cipher.hasAttachments && (canAccessPremium || cipher.organizationId)">
|
||||
<div class="box-header">
|
||||
{{'attachments' | i18n}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user