diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:29:30 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:29:30 +0000 |
| commit | c1c607231c344185061d0b042374728cfb89b8a4 (patch) | |
| tree | ae09e509040f48217dd00549d0460b447f979ec8 /mobile | |
| parent | bf2b97832c3746e3f7f18c6aec253c76124e5564 (diff) | |
code cleanup
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/screens/Form1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js index 9aa20c0..3be77f8 100644 --- a/mobile/screens/Form1.js +++ b/mobile/screens/Form1.js @@ -114,7 +114,7 @@ export default class Form1 extends Component { var value = this.refs.form.getValue(); if (value) { this._onSubmitPress(value); - //this.clearForm(); + this.clearForm(); } } |
