diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 04:45:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 04:45:35 +0200 |
| commit | 53fbc3243a6c40021981d21f57df905770a90027 (patch) | |
| tree | 40cbc577105b52e14a03452cb6dfe52906010e4f /public/bundle.js | |
| parent | 16261518dfcf757e8bcc9d7fbbef25150ad576a3 (diff) | |
files get uploaded in
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js index 186b0ac..3c3a14a 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -7888,7 +7888,7 @@ var SpectrogramUpload = function (_Component) { }), (0, _preact.h)(_common.Slider, { name: 'max frame count', - min: 10, max: 10000, type: 'int', + min: 10, max: 500, type: 'int', value: this.state.max, onChange: function onChange(max) { return _this5.setState({ max: max }); @@ -7896,7 +7896,7 @@ var SpectrogramUpload = function (_Component) { }), (0, _preact.h)(_common.Slider, { name: 'frame step', - min: 10, max: 10000, type: 'int', + min: 10, max: 20000, type: 'int', value: this.state.frame_step, onChange: function onChange(frame_step) { return _this5.setState({ frame_step: frame_step }); |
