Skip to content

Commit 193aac4

Browse files
committed
Fix broken text hook
1 parent 680b5a5 commit 193aac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peerprep/app/questions/new/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function NewQuestion({}: Props) {
128128
required
129129
disabled={loading}
130130
label="Content: "
131-
name="Content"
131+
name="content"
132132
value={formData.content}
133133
onChange={handleFormTextInput}
134134
/>

0 commit comments

Comments
 (0)