Skip to content

Commit

Permalink
Set up for custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
BenM-BenM committed Mar 7, 2024
1 parent 509b7b4 commit 081502e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/FormsList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
const setResponse = (id: number) => {
$response = id;
goto(`${base}/form`);
//goto("form");
//goto(`${base}/form`);
goto("form");
console.log($response)
};
Expand Down

0 comments on commit 081502e

Please sign in to comment.