mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-07 16:50:13 +00:00
fix: sveltecheck errors, add grades to admin ssr route
This commit is contained in:
parent
2d6cda1aef
commit
448a2e9654
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
|
||||||
sex: '',
|
sex: '',
|
||||||
personalIdNumber: '',
|
personalIdNumber: '',
|
||||||
schoolName: '',
|
schoolName: '',
|
||||||
healthInsurance: ''
|
healthInsurance: '',
|
||||||
|
grades: []
|
||||||
},
|
},
|
||||||
parents: []
|
parents: []
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue