improved error loggin and updated imports to fix build failure
This commit is contained in:
@@ -460,7 +460,6 @@ let AboutYou = (props) => {
|
||||
|
||||
const onHandleSubmit = (values) => {
|
||||
event.preventDefault();
|
||||
console.log(JSON.stringify(values));
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
setFormStep(1);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user