Skip to content

Commit

Permalink
remove confusing placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Mar 23, 2024
1 parent 0d0f607 commit 2e0a77d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const AddTrainingDataForm = ({
<FormControl>
<FormLabel fontSize="sm">Title</FormLabel>
<Input value={question}
onChange={handleQuestionChange} placeholder='Question' />
onChange={handleQuestionChange} />
</FormControl>

<FormControl mt={6}>
Expand Down

0 comments on commit 2e0a77d

Please sign in to comment.