Skip to content

Commit

Permalink
[AC-2555] Do not filter collections when opening the cipher collectio…
Browse files Browse the repository at this point in the history
…ns dialog in the org vault
  • Loading branch information
shane-melton committed May 3, 2024
1 parent 4b02c3c commit 2de02f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/vault/org-vault/vault.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ export class VaultComponent implements OnInit, OnDestroy {
const dialog = openOrgVaultCollectionsDialog(this.dialogService, {
data: {
collectionIds: cipher.collectionIds,
collections: collections.filter((c) => !c.readOnly && c.id != Unassigned),
collections: collections,
organization: this.organization,
cipherId: cipher.id,
},
Expand Down

0 comments on commit 2de02f4

Please sign in to comment.