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:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user