Skip to content

Commit

Permalink
Don’t display ‘auto’ as a value
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Oct 24, 2024
1 parent 5ef933a commit bd63a70
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ const meta = {
labels: { undefined: 'auto', sm: 'small', md: 'medium', lg: 'large' },
},
options: [undefined, 'sm', 'md', 'lg'],
table: {
defaultValue: {
summary: 'auto',
},
},
},
},
} satisfies Meta<typeof DescriptionList>
Expand Down

0 comments on commit bd63a70

Please sign in to comment.