mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Fix restricted access view not loading for providers (#9165)
This commit is contained in:
parent
a4cc7a3ec3
commit
16971be52d
@ -117,10 +117,13 @@
|
||||
<collection-access-restricted
|
||||
*ngIf="showCollectionAccessRestricted"
|
||||
[canEditCollection]="
|
||||
selectedCollection.node?.canEdit(organization, flexibleCollectionsV1Enabled)
|
||||
selectedCollection?.node?.canEdit(organization, flexibleCollectionsV1Enabled)
|
||||
"
|
||||
[canViewCollectionInfo]="
|
||||
selectedCollection.node?.canViewCollectionInfo(organization, flexibleCollectionsV1Enabled)
|
||||
selectedCollection?.node?.canViewCollectionInfo(
|
||||
organization,
|
||||
flexibleCollectionsV1Enabled
|
||||
)
|
||||
"
|
||||
(viewCollectionClicked)="
|
||||
editCollection(selectedCollection.node, $event.tab, $event.readonly)
|
||||
|
Loading…
Reference in New Issue
Block a user