Skip to content

Commit

Permalink
Fix search?
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 12, 2024
1 parent f3b9c14 commit 6f02004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/app/add-ons/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
function search(event: SubmitEvent) {
event.preventDefault();
const { url } = data;
const formData = new FormData(event.currentTarget as HTMLFormElement);
const query = formData.get("query") ?? "";
Expand Down

0 comments on commit 6f02004

Please sign in to comment.