mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
[AC-1139] Checking if FC feature flag is enabled when using canDeleteAssignedCollections or canViewAssignedCollections
This commit is contained in:
@@ -109,7 +109,10 @@
|
||||
{{ "cancel" | i18n }}
|
||||
</button>
|
||||
<button
|
||||
*ngIf="editMode && organization?.canDeleteAssignedCollections"
|
||||
*ngIf="
|
||||
editMode &&
|
||||
((flexibleCollectionsEnabled$ | async) || organization?.canDeleteAssignedCollections)
|
||||
"
|
||||
type="button"
|
||||
bitIconButton="bwi-trash"
|
||||
buttonType="danger"
|
||||
|
||||
Reference in New Issue
Block a user