We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e73ee commit a8a6f51Copy full SHA for a8a6f51
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam._index/route.tsx
@@ -104,6 +104,7 @@ export default function Page() {
104
fullWidth={true}
105
value={filterText}
106
onChange={(e) => setFilterText(e.target.value)}
107
+ autoFocus
108
/>
109
<HelpTrigger title="Example Jobs and inspiration" />
110
</div>
0 commit comments