Skip to content

Commit

Permalink
Make the track selction option on the talk form.
Browse files Browse the repository at this point in the history
  • Loading branch information
warren5236 committed Oct 6, 2023
1 parent d2f8cd5 commit e851214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Talk/TalkFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'track',
'choice',
[
'required' => (bool) !empty($this->tracks),
'required' => false,
'choices' => ['' => ''] + $this->tracks
]
)
Expand Down

0 comments on commit e851214

Please sign in to comment.