Skip to content

Commit

Permalink
fix: make hogql filters work again (#22894)
Browse files Browse the repository at this point in the history
make hogql filters work again
  • Loading branch information
aspicer authored Jun 11, 2024
1 parent 255229b commit 0f50171
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function InfiniteSelectResults({
<RenderComponent
{...(activeTaxonomicGroup?.componentProps ?? {})}
value={value}
onChange={(newValue, item) => selectItem(activeTaxonomicGroup, newValue, item)}
onChange={(newValue) => selectItem(activeTaxonomicGroup, newValue, newValue)}
/>
) : (
<InfiniteList popupAnchorElement={popupAnchorElement} />
Expand Down

0 comments on commit 0f50171

Please sign in to comment.