Fix UI issues with no indexers exist

This commit is contained in:
Qstick
2020-10-23 14:57:54 -04:00
parent d041b152d6
commit 2006ce42d0
6 changed files with 52 additions and 11 deletions

View File

@@ -429,7 +429,10 @@ class IndexerIndex extends Component {
{
!error && isPopulated && !items.length &&
<NoIndexer totalItems={totalItems} />
<NoIndexer
totalItems={totalItems}
onAddIndexerPress={this.onAddIndexerPress}
/>
}
</PageContentBody>