1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

show attachments belonging to org cipher as well

This commit is contained in:
Kyle Spearrin
2018-11-16 07:45:26 -05:00
parent 8502ff8fa4
commit f8d6c53142
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: da47faca5c...464bca8c4d

View File

@@ -240,7 +240,7 @@
</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">
{{'attachments' | i18n}}
</div>