Skip to content

Commit

Permalink
fix: un seul bouton principal sur cet écran (refs #152)
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Nov 23, 2023
1 parent 8d0dd23 commit 791dd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/pages/datasheet/DatasheetNew/DatasheetNewForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ const DatasheetNewForm = ({ datastoreId }) => {
{
linkProps: routes.datasheet_list({ datastoreId }).link,
children: "Annuler",
className: fr.cx("fr-btn--secondary"),
},
{
onClick: () => {
Expand Down

0 comments on commit 791dd02

Please sign in to comment.