mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
fix: show grant collection access helper text, refs AC-2147 (#7830)
This commit is contained in:
parent
e9865c1cec
commit
c285a07e16
@ -64,11 +64,15 @@
|
||||
</bit-form-field>
|
||||
</bit-tab>
|
||||
<bit-tab label="{{ 'access' | i18n }}">
|
||||
<div class="tw-mb-3" *ngIf="flexibleCollectionsV1Enabled$ | async">
|
||||
<div class="tw-mb-3" *ngIf="organization.flexibleCollections">
|
||||
{{ "grantCollectionAccess" | i18n }}
|
||||
<span *ngIf="organization.allowAdminAccessToAllCollectionItems">{{
|
||||
" " + ("adminCollectionAccess" | i18n)
|
||||
}}</span>
|
||||
<span
|
||||
*ngIf="
|
||||
(flexibleCollectionsV1Enabled$ | async) &&
|
||||
organization.allowAdminAccessToAllCollectionItems
|
||||
"
|
||||
>{{ " " + ("adminCollectionAccess" | i18n) }}</span
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="tw-mb-3 tw-text-danger"
|
||||
|
Loading…
Reference in New Issue
Block a user