1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[AC-1921] Fix undefined property errors when bulk deleting collections (#7336)

* Fix bulk delete collections in individual vault

* Fix deleting collections in org vault
This commit is contained in:
Thomas Rittson
2024-01-03 07:00:37 +10:00
committed by GitHub
parent 4acd951114
commit fb0e8fc2ff
4 changed files with 11 additions and 12 deletions

View File

@@ -816,7 +816,7 @@ export class VaultComponent implements OnInit, OnDestroy {
data: {
permanent: this.filter.type === "trash",
cipherIds: ciphers.map((c) => c.id),
collectionIds: collections.map((c) => c.id),
collections: collections,
organization,
},
});