diff options
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); |