mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
support org/collection selection on cipher add
This commit is contained in:
@@ -6,8 +6,8 @@ export class CipherCreateRequest {
|
||||
cipher: CipherRequest;
|
||||
collectionIds: string[];
|
||||
|
||||
constructor(cipher: Cipher, collectionIds: string[]) {
|
||||
constructor(cipher: Cipher) {
|
||||
this.cipher = new CipherRequest(cipher);
|
||||
this.collectionIds = collectionIds;
|
||||
this.collectionIds = cipher.collectionIds;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user