From a4e6a964c9eb72ad8b9d51601f46d65e1533009e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 5 Aug 2025 20:00:39 +0300 Subject: [PATCH] feat(react/dialogs): fix broken class name --- apps/client/src/widgets/react/FormCheckbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/react/FormCheckbox.tsx b/apps/client/src/widgets/react/FormCheckbox.tsx index ba7ae225b..ab8534ceb 100644 --- a/apps/client/src/widgets/react/FormCheckbox.tsx +++ b/apps/client/src/widgets/react/FormCheckbox.tsx @@ -11,7 +11,7 @@ interface FormCheckboxProps { export default function FormCheckbox({ name, label, currentValue, onChange, hint }: FormCheckboxProps) { return ( -
+