admin page updates
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
type IntField struct {
|
||||
Field
|
||||
FieldBase
|
||||
Value int
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@ func newIntField(key string, g Getter) *IntField {
|
||||
}
|
||||
}
|
||||
return &IntField{
|
||||
Value: val,
|
||||
Field: newField(key, g),
|
||||
Value: val,
|
||||
FieldBase: newField(key, g),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user