Update app/models/type_de_champ.rb

Co-authored-by: Paul Chavard <paul.chavard@beta.gouv.fr>
This commit is contained in:
Lisa Durand 2023-10-11 17:12:23 +02:00 committed by GitHub
parent d1d2f30833
commit 3c2d913a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,7 +301,6 @@ class TypeDeChamp < ApplicationRecord
TypeDeChamp.type_champs.fetch(:checkbox),
TypeDeChamp.type_champs.fetch(:drop_down_list),
TypeDeChamp.type_champs.fetch(:multiple_drop_down_list),
TypeDeChamp.type_champs.fetch(:linked_drop_down_list),
TypeDeChamp.type_champs.fetch(:yes_no)
])
end