Add job implemented

This commit was merged in pull request #57.
This commit is contained in:
victorAnumudu
2023-05-11 21:33:34 +01:00
parent 63861ea32c
commit 8132bb6f3f
9 changed files with 555 additions and 119 deletions
+1 -2
View File
@@ -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>