File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,20 @@ export const HideMinMax = getStory({
7676 hideMinMax : true
7777} ) ;
7878
79- export const WithStep = getStory ( { ...defaultProps , step : 10 } ) ;
79+ // export const WithStep = getStory({ ...defaultProps, step: 10 });
8080
81- export const SmallWithStep = getStory ( { ...defaultProps , small : true , step : 10 } ) ;
81+ // export const SmallWithStep = getStory({ ...defaultProps, small: true, step: 10 });
8282
8383export const Double = getStory ( { ...defaultProps , double : true } ) ;
8484
8585export const SmallDouble = getStory ( { ...defaultProps , small : true , double : true } ) ;
8686
87- export const SmallDoubleWithStep = getStory ( {
88- ...defaultProps ,
89- small : true ,
90- double : true ,
91- step : 10
92- } ) ;
87+ // export const SmallDoubleWithStep = getStory({
88+ // ...defaultProps,
89+ // small: true,
90+ // double: true,
91+ // step: 10
92+ // });
9393
9494export const PrefixSuffix = getStory ( {
9595 ...defaultProps ,
You can’t perform that action at this time.
0 commit comments