fix(Champ.commune): add missing fr-select
dsfr class name
This commit is contained in:
parent
c22438fb75
commit
626f3780f6
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
class EditableChamp::CommunesComponent < EditableChamp::EditableChampBaseComponent
|
class EditableChamp::CommunesComponent < EditableChamp::EditableChampBaseComponent
|
||||||
include ApplicationHelper
|
include ApplicationHelper
|
||||||
|
|
||||||
|
def dsfr_input_classname
|
||||||
|
'fr-select'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue