Skip to content

Commit

Permalink
feat(EmptyState): exclude 'description' and 'image' controls in story…
Browse files Browse the repository at this point in the history
… parameters
  • Loading branch information
JoannaSikora committed Jan 22, 2025
1 parent 0d93751 commit c6b6e26
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ export const Inline: Story = {
type: 'inline',
actions: <Button kind="link">Plain action</Button>,
},
parameters: {
controls: {
exclude: ['description', 'image'],
},
},
};

export const WithIcon: Story = {
Expand Down

0 comments on commit c6b6e26

Please sign in to comment.