mirror of
https://github.com/Radarr/Radarr
synced 2025-12-07 17:03:36 +01:00
Fixed: Links to search results not always working on interactive search
Co-authored-by: Cristi <cristi@emailaddressmanager.com>
This commit is contained in:
parent
a9b605c872
commit
2c008384dd
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ class InteractiveSearchRow extends Component {
|
|||
<Link
|
||||
to={infoUrl}
|
||||
title={title}
|
||||
rel='noreferrer'
|
||||
>
|
||||
<div>
|
||||
{title}
|
||||
|
|
|
|||
Loading…
Reference in a new issue