Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 28, 2023
1 parent 6a168a6 commit 1a87545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taxonium_website/src/components/InputSupplier.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export const InputSupplier = ({ inputHelper, className }) => {
<input
type="checkbox"
checked={useProxy}
className="mr-2 text-sm text-gray-600"
onChange={(e) => setUseProxy(e.target.checked)}
/>{" "}
Use Proxy
Expand Down

0 comments on commit 1a87545

Please sign in to comment.