Skip to content

Commit

Permalink
no need to trigger search from external
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 8, 2021
1 parent 1e8c70b commit c0544dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Views/FacetedSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const FacetedSearch = ({ data }) => {
<OverridableContext.Provider value={overriddenComponents}>
<ReactSearchKit
searchApi={searchApi}
eventListenerEnabled={true}
eventListenerEnabled={false}
initialQueryState={initialState}
>

Expand Down

0 comments on commit c0544dc

Please sign in to comment.