Skip to content

Commit

Permalink
fix duplicated id (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Oct 12, 2023
1 parent c1292d3 commit d0035ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ const isOffline = useIsOffline();
<div class="fr-input-group fr-mb-1w">
<label
class="fr-label fr-text--bold"
:for="`criterum-comment-field-${id}`"
:for="`criterum-comment-field-recommendation-${id}`"
>
Recommandation de correction
</label>
<textarea
:id="`criterum-comment-field-${id}`"
:id="`criterum-comment-field-recommendation-${id}`"
:value="recommandation ?? ''"
class="fr-input"
rows="5"
Expand Down

0 comments on commit d0035ad

Please sign in to comment.