Skip to content

Commit

Permalink
Merge pull request #135 from green-ecolution/bugfix/edit-tree-cluster
Browse files Browse the repository at this point in the history
fix: edit treecluster show error
  • Loading branch information
choffmann authored Oct 11, 2024
2 parents 46fab67 + 4d8c7f8 commit cacb9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function SingleTreecluster() {
iconClassName="stroke-1"
label="Gruppe bearbeiten"
color="grey"
link={{to: "/treecluster/$treecluster/edit", params: {treeclusterId: clusterId}}}/>
link={{to: "/treecluster/$treecluster/edit", params: {treecluster: clusterId}}}/>
</article>

<section className="mt-10">
Expand Down

0 comments on commit cacb9af

Please sign in to comment.