From 53fbc3243a6c40021981d21f57df905770a90027 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 6 Jun 2018 04:45:35 +0200 Subject: files get uploaded in --- public/bundle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/bundle.js') 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 }); -- cgit v1.2.3-70-g09d2