mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 18:53:32 +00:00
Add newField property to FieldView, used for allowing edits for new fields
This commit is contained in:
@@ -296,6 +296,7 @@ export class AddEditComponent implements OnInit {
|
||||
|
||||
const f = new FieldView();
|
||||
f.type = this.addFieldType;
|
||||
f.newField = true;
|
||||
this.cipher.fields.push(f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user