Skip to content

Commit

Permalink
fix(custom-checkbox-story): uses correct component (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Brandt <matthew.brandt@bigladdersoftware.com>
  • Loading branch information
matthewbbrandt and Matthew Brandt committed Apr 28, 2023
1 parent b8a4a87 commit c29b5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/stories/Features/Select/index.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ createStories(
createStory('default multi select', DefaultMultiSelectComponent, DefaultMultiSelectCode),
createStory('is carry forward', IsCarryForwardComponent, IsCarryForwardCode),
createStory('is partial to all', IsPartialToAllComponent, IsPartialToAllCode),
createStory('custom checkbox (Material UI)', IsPartialToAllComponent, IsPartialToAllCode),
createStory('custom checkbox (Material UI)', CustomCheckboxComponent, CustomCheckboxCode),
],
Table,
{
Expand Down

0 comments on commit c29b5a5

Please sign in to comment.