mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: Indexer sort is case sensitive
This commit is contained in:
@@ -136,7 +136,7 @@ class IndexerIndexRow extends Component {
|
||||
);
|
||||
}
|
||||
|
||||
if (column.name === 'name') {
|
||||
if (column.name === 'sortName') {
|
||||
return (
|
||||
<VirtualTableRowCell
|
||||
key={column.name}
|
||||
|
||||
Reference in New Issue
Block a user