Skip to content

Commit

Permalink
feat(admin): homogenize the edit buttons on the settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Sep 5, 2024
1 parent 169a259 commit 412d05e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ const OrganismRow = ({

<Button
priority="tertiary no outline"
onClick={() =>
router.push(`/agencies-settings-v3/organisms/${organism.id}/on-site`)
}
size="small"
linkProps={{
href: `/agencies-settings-v3/organisms/${organism.id}/on-site`,
}}
>
Modifier
</Button>
Expand Down

0 comments on commit 412d05e

Please sign in to comment.