We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0434 commit 068e8d3Copy full SHA for 068e8d3
widgets/numeric-selector/numeric-selector.js
@@ -44,7 +44,7 @@ function numericSelector({
44
}
45
46
return {
47
- init: function(state, helper) {
+ init: function({helper}) {
48
const currentValue = this._getRefinedValue(helper) || options[0].value;
49
if (currentValue !== undefined) {
50
helper.addNumericRefinement(attributeName, operator, currentValue);
0 commit comments