We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbd893 commit 7a96521Copy full SHA for 7a96521
src/components/BlankRequestForm/BlankRequestForm.jsx
@@ -11,7 +11,7 @@ const BlankRequestForm = ({ updateRequestForm }) => (
11
type='text'
12
as='textarea'
13
rows={3}
14
- onChange={(e) => updateRequestForm(e.target.value, 'data.description')}
+ onChange={(e) => updateRequestForm(e.target.value, 'description')}
15
required
16
/>
17
<Form.Control.Feedback type='invalid'>
@@ -24,7 +24,7 @@ const BlankRequestForm = ({ updateRequestForm }) => (
24
25
className='prevent-validation-styles'
26
27
- onChange={(e) => updateRequestForm(e.target.value, 'data.timeline')}
+ onChange={(e) => updateRequestForm(e.target.value, 'timeline')}
28
29
</Form.Group>
30
</Row>
0 commit comments