mirror of
https://github.com/Radarr/Radarr
synced 2026-01-16 12:33:42 +01:00
Fixed: Allow None metadata profile for lists
This commit is contained in:
parent
9e4d6c80cd
commit
fa33bd857e
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ function EditImportListModalContent(props) {
|
|||
name="metadataProfileId"
|
||||
helpText={'Metadata Profile list items should be added with'}
|
||||
{...metadataProfileId}
|
||||
includeNone={true}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue