Don't catch submit events in Vipps button
This commit is contained in:
parent
d491f129c0
commit
3d07c813f7
|
|
@ -30,7 +30,12 @@ export const DonationSection = function () {
|
|||
</p>
|
||||
|
||||
<div className="justify-center my-8">
|
||||
<form className={"flex flex-col mx-4"}>
|
||||
<form
|
||||
className={"flex flex-col mx-4"}
|
||||
onSubmit={(e) => {
|
||||
e.preventDefault();
|
||||
}}
|
||||
>
|
||||
<Input
|
||||
type={"email"}
|
||||
placeholder={"din@epost.no"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue