You've already forked isop-mirror
refactor: specify type for studyProgram in student registration form
This commit is contained in:
@@ -24,7 +24,7 @@ const form = reactive({
|
|||||||
studentEmail: '',
|
studentEmail: '',
|
||||||
altEmail: '',
|
altEmail: '',
|
||||||
phone: '',
|
phone: '',
|
||||||
studyProgram: null,
|
studyProgram: null as (string | null),
|
||||||
consent: false,
|
consent: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user