Skip to content

Commit

Permalink
fixup! Add "Team members" field to registration form
Browse files Browse the repository at this point in the history
  • Loading branch information
tom93 committed Jul 30, 2024
1 parent 7d3b165 commit 7f345bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/Form/Type/UserRegistrationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
],
'required' => $teamMembersRequired,
'constraints' => $teamMembersRequired ? [new NotBlank()] : [],
'mapped' => false,
]);
}

Expand Down

0 comments on commit 7f345bf

Please sign in to comment.