From bd63a7048ba3420f471479f6c799ac228e21c822 Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Thu, 24 Oct 2024 13:00:37 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20display=20=E2=80=98auto?= =?UTF-8?q?=E2=80=99=20as=20a=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DescriptionList/DescriptionList.stories.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/storybook/src/components/DescriptionList/DescriptionList.stories.tsx b/storybook/src/components/DescriptionList/DescriptionList.stories.tsx index 67b7bfcda9..a61605e981 100644 --- a/storybook/src/components/DescriptionList/DescriptionList.stories.tsx +++ b/storybook/src/components/DescriptionList/DescriptionList.stories.tsx @@ -34,11 +34,6 @@ const meta = { labels: { undefined: 'auto', sm: 'small', md: 'medium', lg: 'large' }, }, options: [undefined, 'sm', 'md', 'lg'], - table: { - defaultValue: { - summary: 'auto', - }, - }, }, }, } satisfies Meta