Skip to content

Commit c29b5a5

Browse files
matthewbbrandtMatthew Brandt
andauthored
fix(custom-checkbox-story): uses correct component (#116)
Co-authored-by: Matthew Brandt <[email protected]>
1 parent b8a4a87 commit c29b5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/stories/Features/Select/index.story.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ createStories(
5757
createStory('default multi select', DefaultMultiSelectComponent, DefaultMultiSelectCode),
5858
createStory('is carry forward', IsCarryForwardComponent, IsCarryForwardCode),
5959
createStory('is partial to all', IsPartialToAllComponent, IsPartialToAllCode),
60-
createStory('custom checkbox (Material UI)', IsPartialToAllComponent, IsPartialToAllCode),
60+
createStory('custom checkbox (Material UI)', CustomCheckboxComponent, CustomCheckboxCode),
6161
],
6262
Table,
6363
{

0 commit comments

Comments
 (0)