Skip to content

Commit

Permalink
fix: focus on library input
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Nov 1, 2022
1 parent e9f6bfe commit 9abb2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/addLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Form({ onClose }: { onClose: () => void }) {
})}
>
<LoadingOverlay visible={visible} overlayBlur={2} />
<TextInput label="Library path" placeholder="/data" {...form.getInputProps('library.path')} />
<TextInput data-autoFocus label="Library path" placeholder="/data" {...form.getInputProps('library.path')} />

<Box
sx={(theme) => ({
Expand Down

0 comments on commit 9abb2f8

Please sign in to comment.