From 5ac51f6689eb8636e872daa67a3642c29c90344c Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Thu, 21 Mar 2024 16:07:28 +0100 Subject: [PATCH] Remove deprecated parameters from ButtonReadonly.stories.tsx --- code/ui/blocks/src/examples/ButtonReadonly.stories.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/ui/blocks/src/examples/ButtonReadonly.stories.tsx b/code/ui/blocks/src/examples/ButtonReadonly.stories.tsx index 2b81f07acf3c..4f55b32d69f9 100644 --- a/code/ui/blocks/src/examples/ButtonReadonly.stories.tsx +++ b/code/ui/blocks/src/examples/ButtonReadonly.stories.tsx @@ -20,14 +20,6 @@ const meta = { table: { readonly: true }, }, }, - parameters: { - // Stop *this* story from being stacked in Chromatic - theme: 'default', - // these are to test the deprecated features of the Description block - notes: 'These are notes for the Button stories', - info: 'This is info for the Button stories', - jsx: { useBooleanShorthandSyntax: false }, - }, } satisfies Meta; export default meta;