Skip to content

Commit 2ad5675

Browse files
authored
Autofocus table editor search input (supabase#29446)
1 parent 48d4ae0 commit 2ad5675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/studio/components/layouts/TableEditorLayout/TableEditorMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ const TableEditorMenu = () => {
170170
<div className="flex flex-auto flex-col gap-2 pb-4 px-2">
171171
<InnerSideBarFilters>
172172
<InnerSideBarFilterSearchInput
173+
autoFocus
173174
name="search-tables"
174175
aria-labelledby="Search tables"
175176
onChange={(e) => {

0 commit comments

Comments
 (0)