diff options
author | 2021-01-19 14:33:35 +0200 | |
---|---|---|
committer | 2021-01-19 14:33:35 +0200 | |
commit | 3a2338e44b368defe441b91a9c0e60b6a679f871 (patch) | |
tree | a626e98d461250c8d6b69962abfb5a3c062a231a /src/pages | |
parent | Add preventDefault to avoid reloading of page (diff) |
Remove preventDefault from end
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/FormPage.tsx | 2 |
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); |