Merge branch 'JobList-Categories' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2023-06-20 22:34:15 +00:00
committed by Gogs
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -127,7 +127,6 @@ function AddJob({ popUpHandler, categories }) {
getUserCountry();
}, []);
console.log("This is for AddJob >>", categories);
return (
<div className="add-job p-5 w-full bg-white rounded-md flex flex-col justify-between">
@@ -69,6 +69,7 @@ const EditJobPopOut = ({
const handleEditJob = useCallback(
async (values) => {
values.category = values.category?.join("@");
setRequestStatus({ loading: true, message: "" });
let reqData = {
job_id: details.job_id,