Compare commits

..

No commits in common. "main" and "feature/all-form-responsive-big-screen" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

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

View File

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