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