From 342ddb9f4987f043036e2163eb861e7f55ea727b Mon Sep 17 00:00:00 2001 From: Soyeon Choe Date: Tue, 17 Dec 2024 21:54:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EB=8A=94=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Design/components/Textarea/Textarea.stories.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/components/Design/components/Textarea/Textarea.stories.tsx b/client/src/components/Design/components/Textarea/Textarea.stories.tsx index 953b5970..ffbf58c4 100644 --- a/client/src/components/Design/components/Textarea/Textarea.stories.tsx +++ b/client/src/components/Design/components/Textarea/Textarea.stories.tsx @@ -13,10 +13,6 @@ const meta = { layout: 'centered', }, argTypes: { - // isFocus: { - // description: '', - // control: {type: 'boolean'}, - // }, placeholder: { description: '', control: {type: 'text'},