forked from M3-Academy/desafio-react-e-typescript
Entrega do Desafio #2
@ -31,5 +31,5 @@ export default Yup.object().shape({
|
||||
.required("*Campo Obrigatório"),
|
||||
cpf: Yup.string().matches(cpf, "Cpf Inválido").required("*Campo Obrigatório"),
|
||||
instagram: Yup.string().matches(instagram, "Nome de Usuário Inválido"),
|
||||
checkbox: Yup.boolean().oneOf([true], "*"),
|
||||
checkbox: Yup.boolean().oneOf([true]),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user