Skip to content

Commit

Permalink
adding the composition to comply with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Feb 26, 2024
1 parent 39e46d4 commit 2235eb6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .storybook/stories/paragraphs/MediaWithCaption.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ export const Banner: Story = {
title: "Link.",
internal: true
},
suMediaCaptionMedia: getStoryBookImage()
suMediaCaptionMedia: getStoryBookImage(),
composition: {
layout: null,
position: {
parentId: "a0fda19d-410c-4872-b307-222e9427698f",
region: "main"
}
}
}
}
};

0 comments on commit 2235eb6

Please sign in to comment.