diff --git a/src/angular/components/add-edit.component.ts b/src/angular/components/add-edit.component.ts index eea9e3dde4..4eb6a8ca38 100644 --- a/src/angular/components/add-edit.component.ts +++ b/src/angular/components/add-edit.component.ts @@ -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) => {