Skip to content

Commit

Permalink
put query back
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Sep 25, 2024
1 parent 3e7793e commit f6993cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/(app)/add-ons/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
)?.[0] ??
($page.url as URL).searchParams.get("category") ??
"all";
$: query = ($page.url as URL).searchParams.get("query") ?? "";
</script>

<svelte:head>
<title>Add-Ons | DocumentCloud</title>
</svelte:head>

<AddOnBrowser {addons} {events} {runs} {active} />
<AddOnBrowser {addons} {events} {runs} {active} {query} />

0 comments on commit f6993cf

Please sign in to comment.