We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a1865 commit 83d38e1Copy full SHA for 83d38e1
src/index.js
@@ -128,7 +128,7 @@ class TimeRangeSlider extends Component {
128
onChangeStart={this.onChangeStart.bind(this)}
129
onChange={this.onChange.bind(this)}
130
onChangeComplete={this.onChangeComplete.bind(this)}
131
- step={15}
+ step={this.props.step}
132
value={{min: min, max: max}}/>);
133
}
134
@@ -149,4 +149,4 @@ TimeRangeSlider.defaultProps = {
149
150
151
152
-export default TimeRangeSlider;
+export default TimeRangeSlider;
0 commit comments