Update ChoreEdit component to use 'Title' instead of 'Description'
This commit is contained in:
parent
4a9f2263f2
commit
27979ce869
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ const ChoreEdit = () => {
|
||||||
</Typography> */}
|
</Typography> */}
|
||||||
<Box>
|
<Box>
|
||||||
<FormControl error={errors.name}>
|
<FormControl error={errors.name}>
|
||||||
<Typography level='h4'>Description :</Typography>
|
<Typography level='h4'>Title :</Typography>
|
||||||
<Typography level='h5'>What is this chore about?</Typography>
|
<Typography level='h5'>What is this chore about?</Typography>
|
||||||
<Input value={name} onChange={e => setName(e.target.value)} />
|
<Input value={name} onChange={e => setName(e.target.value)} />
|
||||||
<FormHelperText error>{errors.name}</FormHelperText>
|
<FormHelperText error>{errors.name}</FormHelperText>
|
||||||
|
|
Loading…
Add table
Reference in a new issue