mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
Fix small typo in PathPickerModal
This commit is contained in:
@@ -33,7 +33,7 @@ export default function PathPickerModal({returnSelectedPath, isOpen, onOpenChang
|
|||||||
<ModalBody>
|
<ModalBody>
|
||||||
<Input
|
<Input
|
||||||
name="path"
|
name="path"
|
||||||
label="Library Path"
|
label="Selected directory"
|
||||||
placeholder=" "
|
placeholder=" "
|
||||||
value={formik.values.path}
|
value={formik.values.path}
|
||||||
isDisabled
|
isDisabled
|
||||||
|
|||||||
Reference in New Issue
Block a user