Skip to content

Commit

Permalink
Merge branch 'tom/sb-1149-implement-argtypes-block' of https://github…
Browse files Browse the repository at this point in the history
….com/storybookjs/storybook into tom/sb-1149-implement-argtypes-block
  • Loading branch information
tmeasday committed Jan 19, 2023
2 parents 4fec6d4 + 9aadead commit a919466
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/ui/blocks/src/examples/ArgTypesParameters.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ const meta = {
export default meta;
type Story = StoryObj<typeof meta>;

/**
* This is the primary mode for the button
*
* _this description was written as a comment above the story_
*/
export const NoParameters: Story = {
argTypes: {
// @ts-expect-error Story type is trying to force us to use real props as args
Expand Down

0 comments on commit a919466

Please sign in to comment.