1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

Fix build error (#9150)

This commit is contained in:
Thomas Rittson
2024-05-14 00:22:01 +10:00
committed by GitHub
parent 9c839a62d7
commit a852493211
4 changed files with 8 additions and 1 deletions

View File

@@ -97,6 +97,7 @@
[canEditCollection]="canEditCollection(item.collection)"
[canViewCollectionInfo]="canViewCollectionInfo(item.collection)"
[flexibleCollectionsV1Enabled]="flexibleCollectionsV1Enabled"
[restrictProviderAccess]="restrictProviderAccess"
[checked]="selection.isSelected(item)"
(checkedToggled)="selection.toggle(item)"
(onEvent)="event($event)"