Skip to content

Commit

Permalink
mvp move form state to query params
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlau committed Nov 24, 2024
1 parent 99a35a7 commit de8e21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function Root() {
}
};
getData();
}, []);
}, [search]);

return (
<>
Expand Down

0 comments on commit de8e21b

Please sign in to comment.