fix: admin candidate view school type

This commit is contained in:
Sebastian Pravda 2023-01-22 19:24:56 +01:00
parent df6a496888
commit 0ece265827
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -23,8 +23,8 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
schoolName: '',
healthInsurance: '',
grades: [],
firstSchool: '',
secondSchool: '',
firstSchool: {name: '', field: ''},
secondSchool: {name: '', field: ''},
testLanguage: ''
},
parents: []