reestore state
This commit is contained in:
parent
17f8f50866
commit
a5a04d1a33
|
@ -13,30 +13,30 @@ export default function (toasted) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
data: {
|
data: {
|
||||||
firstname: 'Philipp',
|
firstname: '',
|
||||||
lastname: 'Lang',
|
lastname: '',
|
||||||
address: 'Itterstr 3',
|
address: '',
|
||||||
zip: '42719',
|
zip: '',
|
||||||
location: 'Solingen',
|
location: '',
|
||||||
food_preferences: [],
|
food_preferences: [],
|
||||||
activity: 'Teilnehmer*in',
|
activity: 'Teilnehmer*in',
|
||||||
gender: 'Weiblich',
|
gender: '',
|
||||||
email: 'philipp@aaa.de',
|
email: '',
|
||||||
birthday: '1991-06-20',
|
birthday: '',
|
||||||
agegroup: 'Leiter',
|
agegroup: '',
|
||||||
group: 'Leiter',
|
group: '',
|
||||||
agegroup_leader: 'Wölfling',
|
agegroup_leader: '',
|
||||||
emergency_phone: '+49 1756 70342425',
|
emergency_phone: '',
|
||||||
phone: '+49 176 70342420',
|
phone: '',
|
||||||
misc: 'Lrem ipfrgfg',
|
misc: '',
|
||||||
foto: false,
|
foto: false,
|
||||||
vorteam: null,
|
vorteam: null,
|
||||||
},
|
},
|
||||||
meta: {
|
meta: {
|
||||||
finished: true,
|
finished: false,
|
||||||
submitRequest: null,
|
submitRequest: null,
|
||||||
errorFields: [],
|
errorFields: [],
|
||||||
active: 2,
|
active: 0,
|
||||||
slides: [
|
slides: [
|
||||||
'Persönliches',
|
'Persönliches',
|
||||||
'Veranstaltung',
|
'Veranstaltung',
|
||||||
|
|
Loading…
Reference in New Issue