Skip to content

Commit

Permalink
Rename the story file and remove unnecessary args from AlignmentContr…
Browse files Browse the repository at this point in the history
…ol story
  • Loading branch information
miminari committed Nov 16, 2024
1 parent f4b16f5 commit 154adaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ const meta = {
component: AlignmentControl,
argTypes: {
value: {
control: {
type: 'select',
options: [ 'undefined', 'left', 'center', 'right' ],
defaultValue: 'undefined',
},
control: { type: null },
defaultValue: 'undefined',
description: 'The current value of the alignment setting.',
},
Expand Down

0 comments on commit 154adaa

Please sign in to comment.