Skip to content
Snippets Groups Projects
Commit 40f0551a authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Profile checkbox not required

parent 93780020
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ class Profile extends Component { ...@@ -190,7 +190,7 @@ class Profile extends Component {
disabled={!canEdit} disabled={!canEdit}
/> />
<br /> <br />
<Form.Checkbox required <Form.Checkbox
name='signed' name='signed'
label='Szeretnék a képzés során emaileket kapni és jelentkezni a KSZKépzésre' label='Szeretnék a képzés során emaileket kapni és jelentkezni a KSZKépzésre'
onChange={(_, v) => onChange={(_, v) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment