diff --git a/src/front/Components/DesignSystem/Form/index.tsx b/src/front/Components/DesignSystem/Form/index.tsx index 4c42f611..7ad9b593 100644 --- a/src/front/Components/DesignSystem/Form/index.tsx +++ b/src/front/Components/DesignSystem/Form/index.tsx @@ -59,6 +59,7 @@ export default class Form extends React.Component { } public async onSubmit(e: React.FormEvent | null) { + e?.preventDefault(); const allChildren = this.getAllChildrenFields(e); const elementsValues = allChildren .filter((e) => {