remove duplication with placeholders

This commit is contained in:
Thomas Ruoff
2020-08-12 00:38:31 +02:00
parent 0606d643e7
commit ea487c4c78
2 changed files with 0 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ export default function Contact() {
<Form.Control
type="text"
name="purpose"
placeholder="Zweck der Fahrt"
value={purpose}
onChange={onChangeEvent}
required
@@ -29,7 +28,6 @@ export default function Contact() {
<Form.Control
type="text"
name="org"
placeholder="Verein"
value={org}
onChange={onChangeEvent}
/>
@@ -41,7 +39,6 @@ export default function Contact() {
<Form.Control
type="text"
name="destination"
placeholder="Fahrtziel"
value={destination}
onChange={onChangeEvent}
required