mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Warning when combining preferred words with a specific indexer
Fixes #534 (cherry picked from commit fae38a107f738eff148271499b571b93ed192e84)
This commit is contained in:
@@ -140,6 +140,7 @@ function EditReleaseProfileModalContent(props) {
|
||||
type={inputTypes.INDEXER_SELECT}
|
||||
name="indexerId"
|
||||
helpText={translate('IndexerIdHelpText')}
|
||||
helpTextWarning={translate('IndexerIdHelpTextWarning')}
|
||||
{...indexerId}
|
||||
includeAny={true}
|
||||
onChange={onInputChange}
|
||||
|
||||
Reference in New Issue
Block a user