mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Show cipher collection ids during clone mode (#67)
This commit is contained in:
@@ -201,7 +201,7 @@ export class AddEditComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
if (this.cipher != null && (!this.editMode || addEditCipherInfo != null)) {
|
||||
if (this.cipher != null && (!this.editMode || addEditCipherInfo != null || this.cloneMode)) {
|
||||
await this.organizationChanged();
|
||||
if (this.collectionIds != null && this.collectionIds.length > 0 && this.collections.length > 0) {
|
||||
this.collections.forEach((c) => {
|
||||
|
||||
Reference in New Issue
Block a user