Fixed: Indexer sort is case sensitive

This commit is contained in:
Qstick
2021-06-01 21:56:35 -04:00
parent e999b869a6
commit 56850aa6d9
7 changed files with 27 additions and 7 deletions
@@ -30,7 +30,7 @@ function IndexerIndexSortMenu(props) {
</SortMenuItem>
<SortMenuItem
name="name"
name="sortName"
sortKey={sortKey}
sortDirection={sortDirection}
onPress={onSortSelect}