From a5e5e652b19b3ff9f7fdd092e7c565b9f14fc235 Mon Sep 17 00:00:00 2001 From: reborn2135 <51960148+reborn2135@users.noreply.github.com> Date: Fri, 9 Aug 2024 05:12:52 +0900 Subject: [PATCH] docs: update shadnui switch example setup (#721) --- examples/shadcn-ui/src/components/conform/Switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shadcn-ui/src/components/conform/Switch.tsx b/examples/shadcn-ui/src/components/conform/Switch.tsx index 35b0afac..832d9e61 100644 --- a/examples/shadcn-ui/src/components/conform/Switch.tsx +++ b/examples/shadcn-ui/src/components/conform/Switch.tsx @@ -23,7 +23,7 @@ export function SwitchConform({ meta }: { meta: FieldMetadata }) { /> { control.change(checked ? 'on' : ''); }}