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 1e8e8e6 commit c749ec6Copy full SHA for c749ec6
statshouse-ui/src/common/getUrlObject.ts
@@ -1,6 +1,6 @@
1
export function getUrlObject(search: string): { hash?: string; search?: string } {
2
if (search.length > 5000) {
3
- return { hash: search };
+ return { search };
4
} else {
5
return { search };
6
}
0 commit comments