mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-07 00:30:11 +00:00
fix: admin candidate view school type
This commit is contained in:
parent
df6a496888
commit
0ece265827
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
|
||||||
schoolName: '',
|
schoolName: '',
|
||||||
healthInsurance: '',
|
healthInsurance: '',
|
||||||
grades: [],
|
grades: [],
|
||||||
firstSchool: '',
|
firstSchool: {name: '', field: ''},
|
||||||
secondSchool: '',
|
secondSchool: {name: '', field: ''},
|
||||||
testLanguage: ''
|
testLanguage: ''
|
||||||
},
|
},
|
||||||
parents: []
|
parents: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue