Skip to content

Commit

Permalink
remove defaultValue
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Apr 5, 2024
1 parent 283f966 commit a6585a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/src/atoms/Chip/Chip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,23 @@ const meta: Meta<typeof Chip> = {
control: {
type: 'select',
},
defaultValue: 'basic',
},
hasIcon: {
control: {
type: 'boolean',
},
defaultValue: true,
},
chipSize: {
options: ['medium', 'small'],
control: {
type: 'select',
},
defaultValue: 'medium',
},
iconName: {
options: ['connection-status', 'ot-check', 'ot-alert'],
control: {
type: 'select',
},
defaultValue: 'ot-alert',
},
},
component: Chip,
Expand Down

0 comments on commit a6585a0

Please sign in to comment.