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 0aa96ed commit 9e26497Copy full SHA for 9e26497
addon/data-export.js
@@ -2133,7 +2133,7 @@ class App extends React.Component {
2133
}
2134
onBatchSizeChange(e){
2135
let {model} = this.props;
2136
- model.batchSize = e.target.value;
+ model.batchSize = new Number(e.target.value);
2137
model.didUpdate();
2138
2139
componentDidMount() {
0 commit comments