feat(error-message): concerta mensagem de erro na validação do checkbox em resolução desktop

This commit is contained in:
Manuela Luana Schumacker Tavares 2023-01-19 20:13:59 -03:00
parent e1866af5df
commit 5d2345ff79
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const MainForm = () => {
onSubmit={(values: IFormMain, { resetForm }) => {
console.log(values);
resetForm();
console.log("blah");
}}
initialValues={initialValues}
validationSchema={FormMainSchema}

View File

@ -120,6 +120,7 @@
.form-feedback {
position: absolute;
right: 18%;
font-weight: 400;
font-size: 12px;
line-height: 14px;