From f7952157bb8732f7de2ca4827c945ab4619ab65f Mon Sep 17 00:00:00 2001 From: JangHoonSeok Date: Mon, 6 May 2024 03:14:16 +0900 Subject: [PATCH] =?UTF-8?q?FIX:=20=F0=9F=90=9B=20=20story=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20->=20yml=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Button/Button.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/Button/Button.stories.tsx b/src/components/common/Button/Button.stories.tsx index e40df8a..9558a7a 100644 --- a/src/components/common/Button/Button.stories.tsx +++ b/src/components/common/Button/Button.stories.tsx @@ -59,7 +59,7 @@ export const CriticalButton: Story = { type: 'critical', size: 'large', isLoading: false, - disabled: false, + disabled: true, children: 버튼, }, };