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