fix: sveltecheck errors, add grades to admin ssr route

This commit is contained in:
EETagent 2023-01-17 16:43:39 +01:00
parent 2d6cda1aef
commit 448a2e9654

View file

@ -19,7 +19,8 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
sex: '',
personalIdNumber: '',
schoolName: '',
healthInsurance: ''
healthInsurance: '',
grades: []
},
parents: []
};