diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/bundle.js b/public/bundle.js index ba9e322..c6fe46a 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -2350,11 +2350,9 @@ var Login = function (_Component) { _createClass(Login, [{ key: 'handleChange', - value: function handleChange(e) { + value: function handleChange(value, name) { var _setState; - var name = e.target.name; - var value = e.target.value; this.setState((_setState = {}, _defineProperty(_setState, name, value), _defineProperty(_setState, 'error', null), _setState)); } }, { |
