Skip to content

Commit

Permalink
Link search result items to current Document Detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
wooldridge committed Aug 16, 2019
1 parent 6206e0c commit e7f9976
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 e7f9976

Please sign in to comment.