Skip to content
Snippets Groups Projects
Commit bf9f8bfd authored by Piotr Gawron's avatar Piotr Gawron
Browse files

don't allow to sort by authors

parent 9c0adaf5
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!195Resolve "[MIN-288] Requests for publications loading are doubled"
Pipeline #90031 passed
...@@ -53,7 +53,7 @@ const columns = [ ...@@ -53,7 +53,7 @@ const columns = [
}), }),
columnHelper.accessor(row => row.authors, { columnHelper.accessor(row => row.authors, {
id: 'authors', id: 'authors',
header: () => <SortByHeader columnName="authors">Authors</SortByHeader>, header: () => 'Authors',
size: 200, size: 200,
}), }),
columnHelper.accessor(row => row.journal, { columnHelper.accessor(row => row.journal, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment