Skip to content

Commit

Permalink
Merge pull request #5770 from matuzalemsteles/table-storybook
Browse files Browse the repository at this point in the history
chore(@clayui/table): remove xl size from storybook example option
  • Loading branch information
matuzalemsteles authored Feb 26, 2024
2 parents 2c0be71 + d75e79d commit a015510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-table/stories/Table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
},
responsiveSize: {
control: {type: 'select'},
options: ['lg', 'md', 'sm', 'xl'],
options: ['lg', 'md', 'sm'],
},
tableVerticalAlignment: {
control: {type: 'select'},
Expand Down

0 comments on commit a015510

Please sign in to comment.