mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Log search query
This commit is contained in:
parent
5366472ae1
commit
7f908e8ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ function SearchControlButtonBox(props: ControlButtonBoxProps): JSX.Element {
|
|||
<SearchBox
|
||||
searchTerm=""
|
||||
applySearchQuery={(searchQuery: string) => {
|
||||
props.applySearchQuery('')
|
||||
console.log('search box: ', searchQuery)
|
||||
}}
|
||||
/>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue