mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
show attachments belonging to org cipher as well
This commit is contained in:
parent
8502ff8fa4
commit
f8d6c53142
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit da47faca5c9a41f732136448461a06fc6e6fe023
|
Subproject commit 464bca8c4d745eb86bdb0b36e6e4a983caa3c891
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user