Skip to content

Commit

Permalink
chore(react-components): removed extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarikTar committed Sep 26, 2024
1 parent 391b062 commit 2667d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-components/src/Select/select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const meta: Meta<typeof Select> = {
options: top100Films,
placeholder: 'Select a movie',
getOptionLabel: (option: any) => option.title,
value: { title: 'Monty Python and the Holy Grail', year: 1975 },
},
tags: ['autodocs'],
argTypes: {
Expand Down

0 comments on commit 2667d50

Please sign in to comment.