Avoid errors in form-horizontal-control
When invalid parameters don't have a message.
This commit is contained in:
parent
c751031a26
commit
d0a4143c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@
|
||||||
(@ (style "display: block;"))
|
(@ (style "display: block;"))
|
||||||
,(string-append
|
,(string-append
|
||||||
"Error: " message)))
|
"Error: " message)))
|
||||||
messages)))))
|
(filter string? messages))))))
|
||||||
'())
|
'())
|
||||||
,@(if required? '((strong "Required. ")) '())
|
,@(if required? '((strong "Required. ")) '())
|
||||||
,@(if help-text
|
,@(if help-text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue