Skip to content

Commit a8a6f51

Browse files
committed
autofocus the search field on the Job page
1 parent 12e73ee commit a8a6f51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam._index

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam._index/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export default function Page() {
104104
fullWidth={true}
105105
value={filterText}
106106
onChange={(e) => setFilterText(e.target.value)}
107+
autoFocus
107108
/>
108109
<HelpTrigger title="Example Jobs and inspiration" />
109110
</div>

0 commit comments

Comments
 (0)