diff --git a/components/RegistrationForm.tsx b/components/RegistrationForm.tsx index 322a71d..e3e7207 100644 --- a/components/RegistrationForm.tsx +++ b/components/RegistrationForm.tsx @@ -21,7 +21,7 @@ interface IFormInputs { const defaultValues = { name_team_coach: ``, coach_telefon_number: ``, - nominations: 0, + nominations: '0', city_team: '', training_institution_team: '', team_name: '',