mirror of
https://github.com/Readarr/Readarr
synced 2025-12-24 01:03:32 +01:00
Fixed: Cannot edit root folder calibre option after creation
Fixes #1188
This commit is contained in:
parent
7a969a63e4
commit
a746a9a4b1
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ function EditRootFolderModalContent(props) {
|
|||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
isDisabled={!!id}
|
||||
name="isCalibreLibrary"
|
||||
helpText={translate('IsCalibreLibraryHelpText')}
|
||||
{...isCalibreLibrary}
|
||||
|
|
|
|||
Loading…
Reference in a new issue