Skip to content

Commit c749ec6

Browse files
committed
StatsHouse UI: fix hash link off
1 parent 1e8e8e6 commit c749ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statshouse-ui/src/common/getUrlObject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export function getUrlObject(search: string): { hash?: string; search?: string } {
22
if (search.length > 5000) {
3-
return { hash: search };
3+
return { search };
44
} else {
55
return { search };
66
}

0 commit comments

Comments
 (0)