Skip to content

Commit

Permalink
fix(playground): checkbox ids
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl committed Aug 28, 2024
1 parent db2ee85 commit 423fd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function LeftSection(props: {
{/* Require Approval */}
<section className="flex items-center gap-2">
<Checkbox
id="show-thirdweb-branding"
id="require-approval"
checked={connectOptions.requireApproval}
onCheckedChange={(checkState) => {
setConnectOptions((v) => ({
Expand Down

0 comments on commit 423fd4c

Please sign in to comment.