mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[Linked Fields] Fix QA feedback (#542)
* Fix bug overwriting custom field types * Add linkedId to export model for CLI
This commit is contained in:
@@ -118,7 +118,7 @@ export class AddEditCustomFieldsComponent implements OnChanges {
|
||||
}
|
||||
|
||||
this.cipher.fields
|
||||
.filter(f => f.type = FieldType.Linked)
|
||||
.filter(f => f.type === FieldType.Linked)
|
||||
.forEach(f => f.linkedId = this.linkedFieldOptions[0].value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user