mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix UI issues with no indexers exist
This commit is contained in:
@@ -429,7 +429,10 @@ class IndexerIndex extends Component {
|
||||
|
||||
{
|
||||
!error && isPopulated && !items.length &&
|
||||
<NoIndexer totalItems={totalItems} />
|
||||
<NoIndexer
|
||||
totalItems={totalItems}
|
||||
onAddIndexerPress={this.onAddIndexerPress}
|
||||
/>
|
||||
}
|
||||
</PageContentBody>
|
||||
|
||||
|
Reference in New Issue
Block a user