mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
New: (UI) Show indexer id as hint in IndexerSelect
This commit is contained in:
@@ -37,7 +37,7 @@ function HintedSelectInputOption(props) {
|
||||
|
||||
{
|
||||
hint != null &&
|
||||
<div className={styles.hintText}>
|
||||
<div className={styles.hintText} title={hint}>
|
||||
{hint}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user