Add job implemented
This commit was merged in pull request #57.
This commit is contained in:
@@ -9,7 +9,6 @@ function JobListPopout({details, onClose, situation}) {
|
||||
public: '',
|
||||
individual: '',
|
||||
group: '',
|
||||
details: 'Some text here!'
|
||||
})
|
||||
|
||||
const handleInputChange = ({target:{name, value}}) => {
|
||||
@@ -89,7 +88,7 @@ function JobListPopout({details, onClose, situation}) {
|
||||
rows='5'
|
||||
name='details'
|
||||
style={{resize: 'none'}}
|
||||
value={inputs.details}
|
||||
value={details.job_detail}
|
||||
onChange={handleInputChange}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user