|
|
@ -126,6 +126,7 @@ function EditReleaseProfileModalContent(props) {
|
|
|
|
type={inputTypes.INDEXER_SELECT}
|
|
|
|
type={inputTypes.INDEXER_SELECT}
|
|
|
|
name="indexerId"
|
|
|
|
name="indexerId"
|
|
|
|
helpText="Specify what indexer the profile applies to"
|
|
|
|
helpText="Specify what indexer the profile applies to"
|
|
|
|
|
|
|
|
helpTextWarning="Using a specific indexer with preferred words can lead to duplicate releases being grabbed"
|
|
|
|
{...indexerId}
|
|
|
|
{...indexerId}
|
|
|
|
includeAny={true}
|
|
|
|
includeAny={true}
|
|
|
|
onChange={onInputChange}
|
|
|
|
onChange={onInputChange}
|
|
|
|