From 4a227670b59ee9865801ed87499bdcdb774f1e9f Mon Sep 17 00:00:00 2001 From: djk01281 Date: Tue, 12 Nov 2024 18:18:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=A4=EB=B2=84=20=EC=97=86=EB=8A=94?= =?UTF-8?q?=20=EC=83=81=EC=86=8D=20=ED=83=80=EC=9E=85=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/editor/ui/command.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/editor/ui/command.tsx b/frontend/src/components/editor/ui/command.tsx index b5309fef..8031aa4b 100644 --- a/frontend/src/components/editor/ui/command.tsx +++ b/frontend/src/components/editor/ui/command.tsx @@ -15,7 +15,7 @@ const Command = React.forwardRef< { +const CommandDialog = ({ children, ...props }: DialogProps) => { return ( - + {children} @@ -46,7 +44,7 @@ const CommandInput = React.forwardRef< (({ className, ...props }, ref) => ( )); @@ -117,7 +115,7 @@ const CommandItem = React.forwardRef<