mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-07 12:00:43 +00:00
fix: missing schoolName & healthInsurance variables
This commit is contained in:
parent
3a498caeef
commit
40562cbd67
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
|
||||||
email: '',
|
email: '',
|
||||||
sex: '',
|
sex: '',
|
||||||
study: '',
|
study: '',
|
||||||
personalIdNumber: ''
|
personalIdNumber: '',
|
||||||
|
schoolName: '',
|
||||||
|
healthInsurance: ''
|
||||||
},
|
},
|
||||||
parents: []
|
parents: []
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue