mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
4b3a4b1300
commit
bb9471cd7d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ export class Relationships extends Component {
|
|||
name: 'Title',
|
||||
field: 'title',
|
||||
render: (title, item) => (
|
||||
<EuiLink href={`#${getEditUrl(item.id, type)}`}>
|
||||
<EuiLink href={`${getEditUrl(item.id, type)}`}>
|
||||
{title}
|
||||
</EuiLink>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue