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

sss

parent 95c4cfcd
No related merge requests found
......@@ -33,6 +33,7 @@ export default function ContactForm({ title, value, onSubmit }: Props) {
const NewContactSchema = Yup.object().shape({
name: Yup.string().required("Must enter name"),
email: Yup.string().required("Must add email"),
image: Yup.string().required("Must add image"),
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