mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: History search icon works with URL base set
This commit is contained in:
parent
45d9bfd0c9
commit
65f936c7c3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class HistoryRowConnector extends Component {
|
|||
|
||||
onSearchPress = (term, indexerId, categories) => {
|
||||
this.props.setSearchDefault({ searchQuery: term, searchIndexerIds: [indexerId], searchCategories: categories });
|
||||
this.props.push(`${window.Prowlarr.urlBase}search`);
|
||||
this.props.push(`${window.Prowlarr.urlBase}/search`);
|
||||
}
|
||||
|
||||
onMarkAsFailedPress = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue