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;