diff --git a/web/app/routes/resources+/comment/components/CommentForm.tsx b/web/app/routes/resources+/comment/components/CommentForm.tsx index 9619c218..f0d7678d 100644 --- a/web/app/routes/resources+/comment/components/CommentForm.tsx +++ b/web/app/routes/resources+/comment/components/CommentForm.tsx @@ -21,7 +21,7 @@ export function CommentForm({ shouldValidate: "onInput", defaultValue: { pageId: pageId, - content: "", + text: "", }, }); @@ -36,7 +36,7 @@ export function CommentForm({