New: Warning when combining preferred words with a specific indexer

This commit is contained in:
Mark McDowall 2020-10-11 11:16:53 -07:00
parent f35b8174aa
commit fae38a107f
1 changed files with 1 additions and 0 deletions

View File

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