Skip to content

Commit

Permalink
Remove deprecated parameters from ButtonReadonly.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Mar 21, 2024
1 parent 0dd73ea commit 5ac51f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/ui/blocks/src/examples/ButtonReadonly.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof Button>;

export default meta;
Expand Down

0 comments on commit 5ac51f6

Please sign in to comment.