Fixed: Sorts not working on Search page

This commit is contained in:
Qstick
2021-04-22 22:45:11 -04:00
parent bd27c04050
commit 8459205a5e
3 changed files with 20 additions and 8 deletions

View File

@@ -261,6 +261,7 @@ class SearchIndex extends Component {
filters={filters}
sortKey={sortKey}
sortDirection={sortDirection}
columns={columns}
jumpToCharacter={jumpToCharacter}
{...otherProps}
/>