Skip to content

Commit

Permalink
Set defaultGroupLinks to true [#870]
Browse files Browse the repository at this point in the history
This causes the group name to be rendered as a link to the group page.

This still uses the default tooltip, which is (IMO) wrong for the
links on the `/groups` page.
  • Loading branch information
genehack committed Jun 21, 2024
1 parent 9ef9c49 commit f137aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static-site/src/pages/groups.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class GroupsPage extends React.Component {

<ListResources
resourceType="dataset"
defaultGroupLinks={true}
versioned={false}
resourceListingCallback={resourceListingCallback}/>

Expand Down

0 comments on commit f137aea

Please sign in to comment.