fixed description css
This commit is contained in:
@ -24,7 +24,6 @@ const Form = () => {
|
||||
|
||||
const handleSubmit = (e) => {
|
||||
e.preventDefault();
|
||||
console.log('submitData', data);
|
||||
|
||||
const formData = new FormData();
|
||||
formData.append('email', data.email);
|
||||
@ -38,8 +37,6 @@ const Form = () => {
|
||||
history.goBack();
|
||||
};
|
||||
|
||||
console.log('data', data);
|
||||
|
||||
return (
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
|
@ -15,7 +15,6 @@
|
||||
line-height: 16.81px;
|
||||
text-align: left;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
.form > input {
|
||||
|
Reference in New Issue
Block a user