mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
[AC-2193] Hide collection access restricted state when there are visible sub-collections (#8023)
* [AC-2193] Hide collection access restricted state when there are visible sub-collections * [AC-2193] Undo change to showCollectionAccessRestricted * [AC-2193] Update not items and access restricted views to only show if there are both no collections or items available
This commit is contained in:
parent
08b850085c
commit
278b25d257
@ -87,8 +87,8 @@
|
||||
</button>
|
||||
</div>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="flexibleCollectionsV1Enabled && !performingInitialLoad">
|
||||
<bit-no-items *ngIf="isEmpty && !showCollectionAccessRestricted">
|
||||
<ng-container *ngIf="flexibleCollectionsV1Enabled && !performingInitialLoad && isEmpty">
|
||||
<bit-no-items *ngIf="!showCollectionAccessRestricted">
|
||||
<span slot="title" class="tw-mt-4 tw-block">{{ "noItemsInList" | i18n }}</span>
|
||||
<button
|
||||
slot="button"
|
||||
|
Loading…
Reference in New Issue
Block a user