mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
fix: remove view events menu option for users without permission, refs PM-7024 (#9355)
This commit is contained in:
parent
e14e2627ad
commit
e47f83db80
@ -62,7 +62,7 @@
|
||||
[showPremiumFeatures]="organization?.useTotp"
|
||||
[showBulkMove]="false"
|
||||
[showBulkTrashOptions]="filter.type === 'trash'"
|
||||
[useEvents]="organization?.useEvents"
|
||||
[useEvents]="organization?.canAccessEventLogs"
|
||||
[showAdminActions]="true"
|
||||
(onEvent)="onVaultItemsEvent($event)"
|
||||
[showBulkEditCollectionAccess]="organization?.flexibleCollections"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user