Skip to content

Commit

Permalink
Merge pull request #870 from IBM/enrico-576-floatingmenu
Browse files Browse the repository at this point in the history
fix(floating-menu): add floating menu container to Storybook
  • Loading branch information
tay1orjones authored Feb 12, 2020
2 parents 7d3f4df + c2470e2 commit cc956c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Table/Table.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,10 @@ storiesOf('Watson IoT|Table', module)
}}
/>
</FullWidthWrapper>
))
),
{
centered: { disable: true },
})
.add(
'Stateful Example with every third row unselectable',
() => (
Expand Down

0 comments on commit cc956c3

Please sign in to comment.