New: Warning when combining preferred words with a specific indexer

Fixes #534

(cherry picked from commit fae38a107f738eff148271499b571b93ed192e84)
This commit is contained in:
Mark McDowall
2020-10-11 11:16:53 -07:00
committed by Qstick
parent 3de0df2162
commit 8ad917e94b
2 changed files with 2 additions and 0 deletions
@@ -140,6 +140,7 @@ function EditReleaseProfileModalContent(props) {
type={inputTypes.INDEXER_SELECT}
name="indexerId"
helpText={translate('IndexerIdHelpText')}
helpTextWarning={translate('IndexerIdHelpTextWarning')}
{...indexerId}
includeAny={true}
onChange={onInputChange}