Skip to content

Commit 62f8c77

Browse files
committed
Typo broke example json
1 parent 1b204ca commit 62f8c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data/array.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"key": "comments[].spam",
5656
"type": "checkbox",
5757
"title": "Yes I want spam.",
58-
"condition": "model.comments[arrayIndex].email",
58+
"condition": "model.comments[arrayIndex].email"
5959
},
6060
{
6161
"key": "comments[].comment",

0 commit comments

Comments
 (0)