Skip to content

Commit 596ea3e

Browse files
authored
Update forms.mdx
1 parent a7d1cad commit 596ea3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/user-guide/incidents/forms.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ The `if` attribute can be a complex JavaScript boolean expression. Refer to othe
3535
```[ { "type": "boolean", "title": "Is this a good form?", "name": "good_form", "hint": "Check if you like"},
3636
{ "type": "select", "if": "$good_form", "title": "How good?", "options": [ "Very much", "A lot", "It's ok" ], "multiple": false, "name": "like_level"},
3737
{ "type": "text", "if": "$good_form && $like_level && $like_level.includes('A lot')", "title": "Provide more feedback", "name": "feedback"}
38-
]```
38+
]
39+
```
3940

4041
## Fill out a form in an incident
4142

0 commit comments

Comments
 (0)