mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix bulk restore for unassigned items (#15533)
This commit is contained in:
@@ -1068,6 +1068,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
if (unassignedCiphers.length > 0 || editAccessCiphers.length > 0) {
|
||||
await this.cipherService.restoreManyWithServer(
|
||||
[...unassignedCiphers, ...editAccessCiphers],
|
||||
this.userId,
|
||||
this.organization.id,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user