Skip to content

Commit

Permalink
fix(contact): correct input type
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 14, 2023
1 parent 306bb01 commit 5807282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
id-label="input-message"
is-required
:title="t('message')"
type="text"
type="textarea"
:value="v$.message"
>
<textarea
Expand Down

0 comments on commit 5807282

Please sign in to comment.