mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Fixed issue with strict equals operator (#1141)
This commit is contained in:
parent
e7148145b2
commit
7f6a909b63
@ -60,7 +60,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
this.editMode = !params.cipherId;
|
||||
|
||||
if (params.cloneMode != null) {
|
||||
this.cloneMode = params.cloneMode === true;
|
||||
this.cloneMode = params.cloneMode === 'true';
|
||||
}
|
||||
await this.load();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user