We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3115181 commit 5507c0fCopy full SHA for 5507c0f
src/components/DefinedRange.js
@@ -40,6 +40,7 @@ class DefinedRanges extends Component {
40
const { selectedRange, focusedRangeIndex } = this.getSelectedRange(ranges, staticRange);
41
return (
42
<button
43
+ type="button"
44
className={cx(styles.staticRange, {
45
[styles.staticRangeSelected]: Boolean(selectedRange),
46
})}
0 commit comments