Skip to content

Commit

Permalink
🔥 Removed useless code (control select is automatic!)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomfrida committed Oct 30, 2020
1 parent 1eea14a commit 5f2270c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/storybook-react/stories/SideSheet.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ export default {
title: 'Components/SideSheet',
component: SideSheet,
argTypes: {
variant: {
defaultValue: 'medium',
control: {
type: 'select',
options: ['small', 'medium', 'large', 'xlarge'],
},
},
title: {
defaultValue: 'Title',
control: {
type: 'text',
},
},
},
} as Meta
Expand Down

0 comments on commit 5f2270c

Please sign in to comment.