mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Added missed clone mode conditionals and fixed add/edit state bug (#385)
This commit is contained in:
@@ -36,6 +36,11 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges
|
||||
|
||||
async ngOnChanges() {
|
||||
await super.init();
|
||||
await super.load();
|
||||
await this.load();
|
||||
}
|
||||
|
||||
async load() {
|
||||
this.cipher = null;
|
||||
super.load();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user