Skip to content

Commit

Permalink
✨ N'ouvre pas les accordéons par défaut
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme committed Jan 30, 2025
1 parent 0b4e602 commit 5db7a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/sous_competence_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<% if @objet_sous_competence.criteres.present? %>
<div class="sous-competence__critere-accordion">
<%= dsfr_accordion do |accordion| %>
<%= accordion.with_section(title: "Voir le détail", expanded: true) do %>
<%= accordion.with_section(title: "Voir le détail") do %>
<div class="fr-table fr-table--bordered fr-table--no-scroll" id="table-bordered-component">
<div class="fr-table__wrapper">
<div class="fr-table__container">
Expand Down

0 comments on commit 5db7a10

Please sign in to comment.