Skip to content
Snippets Groups Projects
Commit 95c4cfcd authored by Irina Kuzmanovic's avatar Irina Kuzmanovic
Browse files

Image is no longer required

parent 57d5fdf6
No related merge requests found
......@@ -32,7 +32,6 @@ export default function ContactForm({ title, value, onSubmit }: Props) {
const NewContactSchema = Yup.object().shape({
name: Yup.string().required("Must enter name"),
image: Yup.string().required("Must add image"),
email: Yup.string().required("Must add email"),
phone: Yup.string().required("Must add phone number"),
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment