Skip to content

Commit b15d65b

Browse files
committed
WIP
1 parent 5979804 commit b15d65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/bundles/comments/rescript/CommentForm/CommentForm.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ let make = (~fetchData) => {
9090
}
9191

9292
let forms: array<formData> = [
93-
{formName: "Horizontal Form", formType: Horizontal},
93+
{formName: "Horizontal Form XXXX", formType: Horizontal},
9494
{formName: "Inline Form", formType: Inline},
9595
{formName: "Stacked Form", formType: Stacked},
9696
]

0 commit comments

Comments
 (0)