diff --git a/app/components/instructeurs/select_procedure_drop_down_list_component/select_procedure_drop_down_list_component.html.haml b/app/components/instructeurs/select_procedure_drop_down_list_component/select_procedure_drop_down_list_component.html.haml index a56baa44440..375ad0c982c 100644 --- a/app/components/instructeurs/select_procedure_drop_down_list_component/select_procedure_drop_down_list_component.html.haml +++ b/app/components/instructeurs/select_procedure_drop_down_list_component/select_procedure_drop_down_list_component.html.haml @@ -1,7 +1,7 @@ = form_with url: url_for([:select_procedure, :instructeur, :procedures]), class: 'ml-auto', id: 'select-procedure-drop-down-list-component', - data: { turbo: true, controller: 'autosubmit' } do + data: { turbo: false, controller: 'autosubmit' } do .flex.align-center = label_tag :procedure_id, t('.label'), class: 'fr-label font-weight-bold fr-mr-2w', id: 'select-procedure-drop-down-list-label', for: 'select-procedure-drop-down-list'