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

This commit is contained in:
Bogdan
2023-06-14 10:03:02 +03:00
parent 83166fb0b5
commit 4561859c2b
2 changed files with 2 additions and 2 deletions

View File

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