Skip to content

Commit

Permalink
Merge pull request #17 in PROD/datahubenterprise from ~MWOOLDRI/datah…
Browse files Browse the repository at this point in the history
…ubenterprise:detail-links to develop

* commit 'e7f9976a28a59756f55902b4d7a706623b25aa94':
  Link search result items to current Document Detail view
  • Loading branch information
wooldridge committed Aug 16, 2019
2 parents 6206e0c + e7f9976 commit 9c237b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const SearchResults = () => {
renderItem={item => (
<List.Item>
<List.Item.Meta
title={<a href="https://ant.design">{item.collection} > id: {item.id}</a>}
title={<a href="/detail">{item.collection} > id: {item.id}</a>}
description={item.detail}
/>
</List.Item>
Expand Down

0 comments on commit 9c237b7

Please sign in to comment.