From e8481d9e81b0a078d38b1c459a7ec063e69510ca Mon Sep 17 00:00:00 2001 From: joker Date: Thu, 10 Nov 2022 19:01:45 +0300 Subject: [PATCH] modified: components/RegistrationForm.tsx --- components/RegistrationForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '',