Fixed: (UI) Case-insensitive sorting for add indexer modal

pull/1732/head
Bogdan 11 months ago
parent 83166fb0b5
commit 4561859c2b

@ -26,7 +26,7 @@ const columns = [
isVisible: true
},
{
name: 'name',
name: 'sortName',
label: translate('Name'),
isSortable: true,
isVisible: true

@ -41,7 +41,7 @@ export const defaultState = {
isFetching: false,
isPopulated: false,
error: null,
sortKey: 'name',
sortKey: 'sortName',
sortDirection: sortDirections.ASCENDING,
items: []
}

Loading…
Cancel
Save