mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont provide search base anymore as thats acheived by the folder
This commit is contained in:
parent
3c634d1c35
commit
8b80e0fc6d
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element {
|
|||
useEffect(() => {
|
||||
if (!router.isReady) return
|
||||
const q = router.query['q']
|
||||
let qs = 'in:inbox' // Default to in:inbox search term.
|
||||
let qs = ''
|
||||
if (q && typeof q === 'string') {
|
||||
qs = q
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue