mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (UI) Case-insensitive sorting for add indexer modal
This commit is contained in:
@@ -26,7 +26,7 @@ const columns = [
|
|||||||
isVisible: true
|
isVisible: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'name',
|
name: 'sortName',
|
||||||
label: translate('Name'),
|
label: translate('Name'),
|
||||||
isSortable: true,
|
isSortable: true,
|
||||||
isVisible: true
|
isVisible: true
|
||||||
|
@@ -41,7 +41,7 @@ export const defaultState = {
|
|||||||
isFetching: false,
|
isFetching: false,
|
||||||
isPopulated: false,
|
isPopulated: false,
|
||||||
error: null,
|
error: null,
|
||||||
sortKey: 'name',
|
sortKey: 'sortName',
|
||||||
sortDirection: sortDirections.ASCENDING,
|
sortDirection: sortDirections.ASCENDING,
|
||||||
items: []
|
items: []
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user