From 075a8dc3234f7320aed1e744d4579aa686586945 Mon Sep 17 00:00:00 2001 From: Sanghyeok Park Date: Sat, 21 Sep 2024 22:26:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20control=20=ED=83=80=EC=9E=85=EC=9D=B4=20?= =?UTF-8?q?string=EC=9D=B8=20=ED=95=84=EB=93=9C=EC=9D=98=20=EC=9E=98?= =?UTF-8?q?=EB=AA=BB=EB=90=9C=20=ED=83=80=EC=9E=85=20=EB=84=A4=EC=9E=84?= =?UTF-8?q?=EC=9D=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Checkbox/Checkbox.stories.tsx | 2 +- src/components/Chip/Chip.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Checkbox/Checkbox.stories.tsx b/src/components/Checkbox/Checkbox.stories.tsx index db8472d..5994c2f 100644 --- a/src/components/Checkbox/Checkbox.stories.tsx +++ b/src/components/Checkbox/Checkbox.stories.tsx @@ -41,7 +41,7 @@ const meta: Meta = { description: 'React.ReactNode 타입의 children을 받습니다.', type: { name: 'other', value: '', required: true }, control: { - type: 'string', + type: 'text', }, defaultValue: '체크박스', }, diff --git a/src/components/Chip/Chip.stories.tsx b/src/components/Chip/Chip.stories.tsx index f855299..18a3a0e 100644 --- a/src/components/Chip/Chip.stories.tsx +++ b/src/components/Chip/Chip.stories.tsx @@ -40,7 +40,7 @@ const meta: Meta = { description: 'React.ReactNode 타입의 children을 받습니다.', type: { name: 'other', value: '', required: true }, control: { - type: 'string', + type: 'text', }, defaultValue: '체크박스', },