File tree Expand file tree Collapse file tree
packages/frontend-usagers/src/components/agrement Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 >
3737 <button
3838 class =" fr-btn fr-icon-save-line"
39- aria-label =" Enregistrer les modifications du représentant 3 "
39+ : aria-label =" ` Enregistrer les modifications du représentant ${idx + 1}` "
4040 @click =" saveRepresentant(idx)"
4141 ></button >
4242 <button
4343 class =" fr-btn fr-icon-close-line"
44- aria-label =" Annuler les modifications du représentant 3 "
44+ : aria-label =" ` Annuler les modifications du représentant ${idx + 1}` "
4545 @click =" cancelEditRepresentant(idx)"
4646 ></button >
4747 </div >
@@ -366,11 +366,6 @@ defineExpose({
366366 justify-content : flex-end ;
367367 gap : 1rem ;
368368}
369- .container-flex-column {
370- display : flex ;
371- flex-direction : column ;
372- gap : 0.5rem ;
373- }
374369dl {
375370 display : grid ;
376371 grid-template-columns : 220px 1fr ;
You can’t perform that action at this time.
0 commit comments