We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846c952 commit 473d7f1Copy full SHA for 473d7f1
client/src/pages/trends/hooks/useOptions.ts
@@ -8,7 +8,7 @@ export default function useOptions() {
8
const { setFocus } = useTrendsContext()
9
const currentModel = searchParams.get("model") || "entity-fishing"
10
const currentSource = searchParams.get("source") || "publications"
11
- const currentSort = searchParams.get("sort") || "volume-asc"
+ const currentSort = searchParams.get("sort") || "count-desc"
12
const normalized = getBooleanParam(searchParams.get("normalized"), false)
13
const currentPage = Number(searchParams.get("page")) || 1
14
0 commit comments