New: (UI) Show indexer id as hint in IndexerSelect

This commit is contained in:
Bogdan
2023-07-20 18:46:12 +03:00
parent a5d83459e9
commit a26aa4bd1e
2 changed files with 4 additions and 4 deletions
@@ -37,7 +37,7 @@ function HintedSelectInputOption(props) {
{
hint != null &&
<div className={styles.hintText}>
<div className={styles.hintText} title={hint}>
{hint}
</div>
}