.
This commit was merged in pull request #111.
This commit is contained in:
@@ -75,14 +75,11 @@ function JobListPopout({ details, onClose, situation }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const jobFieldHandler = async (values, helpers) => {
|
const jobFieldHandler = async (values, helpers) => {
|
||||||
let { job_id, job_uid, job_description } = details;
|
let { job_id, job_uid, job_detail } = details;
|
||||||
let jobReq = {
|
let jobReq = {
|
||||||
job_id,
|
job_id,
|
||||||
job_uid,
|
job_uid,
|
||||||
job_description:
|
job_description: job_detail
|
||||||
(job_description !== null) | ""
|
|
||||||
? job_description
|
|
||||||
: details.description,
|
|
||||||
};
|
};
|
||||||
let reqData;
|
let reqData;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user