aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-19 14:33:35 +0200
committerGravatar ks129 <[email protected]>2021-01-19 14:33:35 +0200
commit3a2338e44b368defe441b91a9c0e60b6a679f871 (patch)
treea626e98d461250c8d6b69962abfb5a3c062a231a /src/pages
parentAdd preventDefault to avoid reloading of page (diff)
Remove preventDefault from end
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/FormPage.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx
index 1a9b7cf..06d20d6 100644
--- a/src/pages/FormPage.tsx
+++ b/src/pages/FormPage.tsx
@@ -207,8 +207,6 @@ function FormPage(): JSX.Element {
console.log(question.id, prop.props.public_state);
}
});
-
- event.preventDefault();
}
const open: boolean = form.features.includes(FormFeatures.Open);