modified: components/RegistrationForm.tsx

master
joker 3 years ago
parent c254586222
commit e8481d9e81
  1. 2
      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: '',

Loading…
Cancel
Save