diff --git a/app/models/type_de_champ.rb b/app/models/type_de_champ.rb index cb393890d30..015721c60ee 100644 --- a/app/models/type_de_champ.rb +++ b/app/models/type_de_champ.rb @@ -778,9 +778,9 @@ def remove_drop_down_list self.drop_down_options = nil elsif !drop_down_options_changed? self.drop_down_options = if linked_drop_down_list? - ['', '--Fromage--', 'bleu de sassenage', 'picodon', '--Dessert--', 'éclair', 'tarte aux pommes'] + ['--Fromage--', 'bleu de sassenage', 'picodon', '--Dessert--', 'éclair', 'tarte aux pommes'] else - ['', 'Premier choix', 'Deuxième choix'] + ['Premier choix', 'Deuxième choix'] end end end