Skip to content

Commit

Permalink
StatsHouse UI: fix hash link off
Browse files Browse the repository at this point in the history
  • Loading branch information
vauweb committed Oct 18, 2024
1 parent 1e8e8e6 commit c749ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statshouse-ui/src/common/getUrlObject.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export function getUrlObject(search: string): { hash?: string; search?: string } {
if (search.length > 5000) {
return { hash: search };
return { search };
} else {
return { search };
}
Expand Down

0 comments on commit c749ec6

Please sign in to comment.