Skip to content

Commit

Permalink
fix(insights): Fix UI glitch with HogQL expression as aggregation (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
webjunkie authored Apr 15, 2024
1 parent 1a12383 commit 4742724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/insights/filters/AggregationSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function AggregationSelect({

return (
<LemonSelect
className={className}
className={className || 'flex-1'}
value={value}
onChange={(newValue) => {
if (newValue !== null) {
Expand Down

0 comments on commit 4742724

Please sign in to comment.