mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
make org, purpose, destination optional
This commit is contained in:
@@ -14,14 +14,12 @@ export default function Contact() {
|
||||
name="purpose"
|
||||
value={purpose}
|
||||
onChange={onChangeEvent}
|
||||
required
|
||||
/>
|
||||
<Input
|
||||
label="Ziel der Fahrt"
|
||||
name="destination"
|
||||
value={destination}
|
||||
onChange={onChangeEvent}
|
||||
required
|
||||
/>
|
||||
<Input label="Verein" name="org" value={org} onChange={onChangeEvent} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user