Skip to content

Commit

Permalink
fix: removed id from data
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Jun 4, 2024
1 parent 6269fa1 commit be32566
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react/src/components/Dropdown/Dropdown.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,22 @@ export default {

const items = [
{
id: 'option-0',
text: 'Lorem, ipsum dolor sit amet consectetur adipisicing elit.',
},
{
id: 'option-1',
text: 'Option 1',
},
{
id: 'option-2',
text: 'Option 2',
},
{
id: 'option-3',
text: 'Option 3 - a disabled item',
disabled: true,
},
{
id: 'option-4',
text: 'Option 4',
},
{
id: 'option-5',
text: 'Option 5',
},
];
Expand Down

0 comments on commit be32566

Please sign in to comment.