Skip to content

Commit

Permalink
make all filter buttons the same size
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 17, 2023
1 parent f508b8c commit ccc909a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/actions/EventName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function LemonEventName({
renderValue={(v) => (v !== null ? <PropertyKeyInfo value={v} disablePopover /> : null)}
allowClear={allEventsOption === 'clear'}
excludedProperties={allEventsOption !== 'explicit' ? { events: [null] } : undefined}
size="small"
/>
)
}

0 comments on commit ccc909a

Please sign in to comment.