Skip to content

Commit 76a5c62

Browse files
fix: prevent filter tooltip from opening on autofocus (#1185)
* Prevent tooltip from opening on autofocus * Remove autofocus --------- Co-authored-by: Matt Aitken <[email protected]>
1 parent b171fde commit 76a5c62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/components/runs/v3/RunFilters.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function FilterMenu(props: RunFiltersProps) {
146146

147147
const filterTrigger = (
148148
<SelectTrigger
149-
autoFocus
150149
icon={
151150
<div className="flex size-4 items-center justify-center">
152151
<ListFilterIcon className="size-3.5" />

0 commit comments

Comments
 (0)