mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Added missing member, showValue to Field (#195)
This commit is contained in:
parent
0e9e73ce95
commit
6e89c04f3e
@ -9,6 +9,7 @@ export class FieldView implements View {
|
||||
value: string = null;
|
||||
type: FieldType = null;
|
||||
newField: boolean = false; // Marks if the field is new and hasn't been saved
|
||||
showValue: boolean = false;
|
||||
|
||||
constructor(f?: Field) {
|
||||
if (!f) {
|
||||
|
Loading…
Reference in New Issue
Block a user