Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -39,8 +39,6 @@ export default function DuplicateJob(
|
||||
variables: { job: [existingJob] },
|
||||
})
|
||||
.then((res2) => {
|
||||
console.log("res2", res2);
|
||||
|
||||
if (completionCallback)
|
||||
completionCallback(res2.data.insert_jobs.returning[0].id);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user