Skip to content

Commit 8860db4

Browse files
back to pnpm v8.15.8
1 parent f9db721 commit 8860db4

File tree

2 files changed

+9552
-11528
lines changed

2 files changed

+9552
-11528
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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 */}
9+
{/* @ts-ignore https://github.com/QwikDev/qwik/pull/6398 */}
1010
<Checkbox id="terms" bind:checked={checkedSig} />
1111
<div>
1212
<Label for="terms">Accept terms and conditions</Label>

0 commit comments

Comments
 (0)