This commit is contained in:
Ebube
2023-05-30 01:42:36 +01:00
parent 85899a72d2
commit 9c00badcf6
6 changed files with 88 additions and 40 deletions
-10
View File
@@ -36,16 +36,6 @@ const validationSchema = Yup.object().shape({
.required("Timeline is required"),
});
// let initialValues = {
// // initial values for formik
// country: "NG",
// price: 0,
// title: "",
// description: "",
// job_detail: "",
// timeline_days: "",
// };
function AddJob() {
const ApiCall = new usersService();
const navigate = useNavigate();