Skip to content

Commit

Permalink
chore: fixes Story name
Browse files Browse the repository at this point in the history
  • Loading branch information
anechol committed Jul 30, 2024
1 parent a9f047d commit 9e569c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sage-react/lib/EmptyState/EmptyState.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const Template = (args) => <EmptyState {...args} />;

export const Default = Template.bind({});

export const Compactsize = Template.bind({});
Compactsize.args = {
export const CompactSize = Template.bind({});
CompactSize.args = {
icon: null,
graphic: (<img src="//source.unsplash.com/random/530x500" alt="" />),
size: EmptyState.SIZES.PAGE,
Expand Down

0 comments on commit 9e569c6

Please sign in to comment.