refactor(champ): fix drop_down_list champ

This commit is contained in:
Paul Chavard 2022-04-28 15:07:46 +02:00
parent b94bc8fd8a
commit cfeef3bf5f
2 changed files with 1 additions and 1 deletions

View file

@ -19,4 +19,4 @@
= form.select :value, champ.options, { selected: champ.selected}, required: champ.mandatory?, id: champ.input_id, aria: { describedby: champ.describedby_id }
- if champ.drop_down_other?
= render partial: "shared/dossiers/drop_down_other_input", locals: { form: form, champ: champ }
= render partial: "shared/dossiers/editable_champs/drop_down_other_input", locals: { form: form, champ: champ }