Skip to content

Commit

Permalink
fix(tile): update story contents to use Layer
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Oct 13, 2022
1 parent 8b9f503 commit 4686999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/src/components/Tile/next/Tile.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ export const ExpandableWithInteractive = () => (
<TileBelowTheFoldContent>
<div style={{ height: '200px', width: '200px' }}>
Below the fold content here
<TextInput id="test2" invalidText="A valid value is required" />
<Layer>
<TextInput id="test2" invalidText="A valid value is required" />
</Layer>
</div>
</TileBelowTheFoldContent>
</ExpandableTile>
Expand Down

0 comments on commit 4686999

Please sign in to comment.