From 10c484dc299c8f942ea5a8d197a58430415800c8 Mon Sep 17 00:00:00 2001 From: andrewmnlv <1592680+andrewmnlv@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:48:02 +0200 Subject: [PATCH] fix: shadcn button type --- packages/shadcn/src/components/ui/button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shadcn/src/components/ui/button.tsx b/packages/shadcn/src/components/ui/button.tsx index 0e6d8f1aa4..62582f1b99 100644 --- a/packages/shadcn/src/components/ui/button.tsx +++ b/packages/shadcn/src/components/ui/button.tsx @@ -47,6 +47,7 @@ const Button = React.forwardRef( );