scroll to top of page on submit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user