scroll to top of page on submit

This commit is contained in:
Toni L
2021-03-30 14:29:43 +03:00
parent 53b9ca9248
commit dd419f0150
+1
View File
@@ -198,6 +198,7 @@ const EventCreatePage: NextPage = () => {
}, [id]);
const onSubmit = async (data: any) => {
window.scrollTo(0,0)
try {
const payload = data.formData;
payload.signup_id = payload.signupForm;