mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
add phone
This commit is contained in:
@@ -5,7 +5,7 @@ import Input from '../input'
|
||||
export default function Contact() {
|
||||
const { state, onChangeEvent } = useContext(WizardContext)
|
||||
|
||||
const { org, name, email, street, zip, city } = state.formData
|
||||
const { org, name, email, phone, street, zip, city } = state.formData
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -25,6 +25,13 @@ export default function Contact() {
|
||||
onChange={onChangeEvent}
|
||||
required
|
||||
/>
|
||||
<Input
|
||||
label="Telefon"
|
||||
type="phone"
|
||||
name="phone"
|
||||
value={phone}
|
||||
onChange={onChangeEvent}
|
||||
/>
|
||||
<Input
|
||||
label="Straße"
|
||||
name="street"
|
||||
|
||||
Reference in New Issue
Block a user