mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Allow None metadata profile for lists
This commit is contained in:
@@ -180,6 +180,7 @@ function EditImportListModalContent(props) {
|
|||||||
name="metadataProfileId"
|
name="metadataProfileId"
|
||||||
helpText={'Metadata Profile list items should be added with'}
|
helpText={'Metadata Profile list items should be added with'}
|
||||||
{...metadataProfileId}
|
{...metadataProfileId}
|
||||||
|
includeNone={true}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user