fix: the option is mandatory in an enum filter
This commit is contained in:
parent
f942675782
commit
dae9a40c5c
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ class Instructeurs::ColumnFilterValueComponent < ApplicationComponent
|
|||
id: 'value',
|
||||
name: "filters[][filter]",
|
||||
class: 'fr-select',
|
||||
data: { no_autosubmit: true }
|
||||
data: { no_autosubmit: true },
|
||||
required: true
|
||||
else
|
||||
tag.input(
|
||||
class: 'fr-input',
|
||||
|
|
Loading…
Reference in a new issue