mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
add phone
This commit is contained in:
@@ -11,6 +11,7 @@ interface WizardFormData {
|
||||
destination: string
|
||||
name: string
|
||||
email: string
|
||||
phone: string
|
||||
street: string
|
||||
zip: string
|
||||
city: string
|
||||
@@ -125,6 +126,7 @@ const initialState: WizardStoreState = {
|
||||
destination: '',
|
||||
name: '',
|
||||
email: '',
|
||||
phone: '',
|
||||
street: '',
|
||||
zip: '',
|
||||
city: '',
|
||||
|
||||
Reference in New Issue
Block a user