Skip to content

Commit

Permalink
#1320 Unique path to the search view
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jul 8, 2024
1 parent bc7d4e9 commit 4966d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontrack-web-core/pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SearchPage() {
<>
<main>
<MainLayout>
<SearchView q={q}/>
<SearchView q={q} key={router.asPath}/>
</MainLayout>
</main>
</>
Expand Down

0 comments on commit 4966d30

Please sign in to comment.