diff --git a/client/package-lock.json b/client/package-lock.json index 20433d04..029afee7 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11078,7 +11078,7 @@ "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", "dev": true, "engines": { - "node": ">=0.3.1" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/diff-sequences": { diff --git a/client/src/components/ui/ItCheckbox.vue b/client/src/components/ui/ItCheckbox.vue index 66fb71b2..3cf3c57f 100644 --- a/client/src/components/ui/ItCheckbox.vue +++ b/client/src/components/ui/ItCheckbox.vue @@ -18,9 +18,7 @@ const keydown = (e: KeyboardEvent) => { toggle(); } }; -const input = (e: Event) => { - const target = e.target as HTMLInputElement; - log.debug("input", e.type, target.checked, target.value); +const input = () => { emit("toggle"); }; diff --git a/client/src/components/ui/ItPersonRow.vue b/client/src/components/ui/ItPersonRow.vue index 2c3bb41f..0f53595b 100644 --- a/client/src/components/ui/ItPersonRow.vue +++ b/client/src/components/ui/ItPersonRow.vue @@ -10,6 +10,7 @@ defineProps<{