mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +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;
|
value: string = null;
|
||||||
type: FieldType = null;
|
type: FieldType = null;
|
||||||
newField: boolean = false; // Marks if the field is new and hasn't been saved
|
newField: boolean = false; // Marks if the field is new and hasn't been saved
|
||||||
|
showValue: boolean = false;
|
||||||
|
|
||||||
constructor(f?: Field) {
|
constructor(f?: Field) {
|
||||||
if (!f) {
|
if (!f) {
|
||||||
|
Loading…
Reference in New Issue
Block a user