mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Fix null error when inviting member (#8342)
This commit is contained in:
@@ -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,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user