Skip to content

Commit

Permalink
fix(storybook): remove select from history item story
Browse files Browse the repository at this point in the history
  • Loading branch information
zilaei committed Feb 24, 2025
1 parent e84d0ed commit 4825198
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
tags: ['autodocs'],
argTypes: {
iconName: {
control: 'select',
options: ['trash']
control: 'text',
},
title: { control: 'text' },
onClick: { action: 'clicked' }
Expand Down

0 comments on commit 4825198

Please sign in to comment.