Skip to content

Commit

Permalink
remove autoFocus
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Nov 18, 2024
1 parent 6e084de commit d29522b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function PipelinesFilter({
<TextInput
size="sm"
ref={inputRef}
autoFocus
autoFocus={!!search}
placeholder="Search Workflows"
className={cn('px-8 peer')}
onChange={onChange}
Expand Down

0 comments on commit d29522b

Please sign in to comment.