Skip to content

Commit

Permalink
fix: fix Loader storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Реутов Данила Валерьевич authored and Реутов Данила Валерьевич committed Aug 30, 2023
1 parent 8497978 commit 5017948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Loader/Loader.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
control: 'text',
},
size: {
options: ['undefined', 'l', 'm', 's'],
options: [undefined, 'l', 'm', 's'],
mapping: ['undefined', 'l', 'm', 's'],
control: 'select'
},
Expand Down

0 comments on commit 5017948

Please sign in to comment.