Skip to content

Commit 8316357

Browse files
author
Vincent
committed
Fix JS Error in form.html.eco
There was brackets missing at the example.
1 parent 17ad906 commit 8316357

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

server/documents/behaviors/form.html.eco

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ type : 'UI Behavior'
4646
skills: {
4747
identifier : 'skills',
4848
rules: [
49-
type : 'minCount[2]',
50-
prompt : 'Please select at least two skills'
49+
{
50+
type : 'minCount[2]',
51+
prompt : 'Please select at least two skills'
52+
}
5153
]
5254
},
5355
gender: {

0 commit comments

Comments
 (0)