diff --git a/client/app/bundles/comments/rescript/CommentForm/CommentForm.res b/client/app/bundles/comments/rescript/CommentForm/CommentForm.res index db964269b..c075452d6 100644 --- a/client/app/bundles/comments/rescript/CommentForm/CommentForm.res +++ b/client/app/bundles/comments/rescript/CommentForm/CommentForm.res @@ -90,7 +90,7 @@ let make = (~fetchData) => { } let forms: array = [ - {formName: "Horizontal Form", formType: Horizontal}, + {formName: "Horizontal Form XXXX", formType: Horizontal}, {formName: "Inline Form", formType: Inline}, {formName: "Stacked Form", formType: Stacked}, ]