mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Fix null error when inviting member (#8342)
This commit is contained in:
parent
e9a34ac5b8
commit
c010045e7e
@ -186,6 +186,7 @@ export class MemberDialogComponent implements OnDestroy {
|
|||||||
flexibleCollectionsV1Enabled &&
|
flexibleCollectionsV1Enabled &&
|
||||||
organization.flexibleCollections &&
|
organization.flexibleCollections &&
|
||||||
// Business logic conditionals
|
// Business logic conditionals
|
||||||
|
userDetails != null &&
|
||||||
userDetails.userId == activeAccount.id &&
|
userDetails.userId == activeAccount.id &&
|
||||||
!organization.allowAdminAccessToAllCollectionItems,
|
!organization.allowAdminAccessToAllCollectionItems,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user