Skip to content

Commit

Permalink
fix(contact): remove double email field (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilielr authored Dec 10, 2024
1 parent d850f17 commit 76e36e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tavla/app/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ function ContactForm() {
med Tavla.
</Paragraph>

<ClientOnlyTextField
label="E-postadresse"
name="email"
id="email"
aria-label="E-postadresse"
{...getFormFeedbackForField('email', formState)}
/>

<div>
<Label
htmlFor="message"
Expand Down

0 comments on commit 76e36e3

Please sign in to comment.