Skip to content

Commit 977d6d1

Browse files
authored
Merge pull request #852 from maiieul/fixup-checkbox-data-binding-example
chore: remove ts-expect-error
2 parents e3e47d8 + aa8d41b commit 977d6d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/website/src/routes/docs/styled/checkbox/examples/data-binding.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default component$(() => {
66
return (
77
<div>
88
<div class="flex items-center space-x-2">
9-
{/* @ts-expect-error https://github.com/QwikDev/qwik/pull/6398 */}
109
<Checkbox id="terms" bind:checked={checkedSig} />
1110
<div>
1211
<Label for="terms">Accept terms and conditions</Label>

0 commit comments

Comments
 (0)