mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-28 11:24:40 +01:00
Fixed: Default search type should be 'search'
This commit is contained in:
parent
520d82ed20
commit
4d021fe8dc
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export const defaultState = {
|
|||
secondarySortDirection: sortDirections.ASCENDING,
|
||||
|
||||
defaults: {
|
||||
searchType: 'basic',
|
||||
searchType: 'search',
|
||||
searchQuery: '',
|
||||
searchIndexerIds: [],
|
||||
searchCategories: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue