Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 9abb2f8

Browse files
committed
fix: focus on library input
1 parent e9f6bfe commit 9abb2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/addLibrary.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function Form({ onClose }: { onClose: () => void }) {
6868
})}
6969
>
7070
<LoadingOverlay visible={visible} overlayBlur={2} />
71-
<TextInput label="Library path" placeholder="/data" {...form.getInputProps('library.path')} />
71+
<TextInput data-autoFocus label="Library path" placeholder="/data" {...form.getInputProps('library.path')} />
7272

7373
<Box
7474
sx={(theme) => ({

0 commit comments

Comments
 (0)