mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
ignore empty text field
This commit is contained in:
parent
609c46cdc3
commit
a7f9214cda
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ export const buildQuery = (
|
|||
return `(${serialized})`
|
||||
}
|
||||
|
||||
throw new Error('Missing AST type.')
|
||||
return null
|
||||
}
|
||||
|
||||
return serialize(searchQuery)
|
||||
|
|
|
|||
Loading…
Reference in a new issue