improved error loggin and updated imports to fix build failure

This commit is contained in:
2024-06-19 15:06:28 +01:00
parent d01179c724
commit be99db0774
78 changed files with 319 additions and 325 deletions
-1
View File
@@ -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);
};