mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Added missing attachments conditional (#1145)
This commit is contained in:
@@ -64,7 +64,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
}
|
||||
await this.load();
|
||||
|
||||
if (!this.editMode) {
|
||||
if (!this.editMode || this.cloneMode) {
|
||||
if (params.name && (this.cipher.name == null || this.cipher.name === '')) {
|
||||
this.cipher.name = params.name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user