Only bind form field values that are not empty.
This commit is contained in:
parent
271e252c53
commit
356cf21b3e
6 changed files with 42 additions and 13 deletions
|
|
@ -17,4 +17,8 @@ func TestNewContainer(t *testing.T) {
|
|||
assert.NotNil(t, c.Mail)
|
||||
assert.NotNil(t, c.Auth)
|
||||
assert.NotNil(t, c.Tasks)
|
||||
g := c.Graph
|
||||
if g == nil {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue