From c983df7c5be0c77fbea86c6cd24a4eb6f27b6e0c Mon Sep 17 00:00:00 2001 From: Raul Martin Date: Mon, 18 Nov 2024 16:07:57 -0800 Subject: [PATCH] FORCING BIOME FAILURE --- web/libs/ui/src/lib/checkbox/checkbox.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/libs/ui/src/lib/checkbox/checkbox.tsx b/web/libs/ui/src/lib/checkbox/checkbox.tsx index bb62f775f373..e6a58e449495 100644 --- a/web/libs/ui/src/lib/checkbox/checkbox.tsx +++ b/web/libs/ui/src/lib/checkbox/checkbox.tsx @@ -37,8 +37,7 @@ export const Checkbox = ({ onChange={onChange} aria-checked={indeterminate ? "mixed" : !!checked} aria-label={ariaLabel ?? (typeof children === "string" ? children : "")} - /> -