Skip to content

Commit

Permalink
Add search_tab to history item
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Nov 14, 2024
1 parent 41ed87f commit 23b56e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/urlparams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export type SearchParamNames =
| "in_order"
| "parallel_corpora"
| "search"
| "search_tab"
| "within"
| "prefix"
| "mid_comp"
Expand All @@ -94,6 +95,7 @@ export const getSearchParamNames = (): SearchParamNames[] => [
"in_order",
"parallel_corpora",
"search",
"search_tab",
"within",
"prefix",
"mid_comp",
Expand Down

0 comments on commit 23b56e6

Please sign in to comment.