We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979804 commit b15d65bCopy full SHA for b15d65b
client/app/bundles/comments/rescript/CommentForm/CommentForm.res
@@ -90,7 +90,7 @@ let make = (~fetchData) => {
90
}
91
92
let forms: array<formData> = [
93
- {formName: "Horizontal Form", formType: Horizontal},
+ {formName: "Horizontal Form XXXX", formType: Horizontal},
94
{formName: "Inline Form", formType: Inline},
95
{formName: "Stacked Form", formType: Stacked},
96
]
0 commit comments