aboutsummaryrefslogtreecommitdiff
path: root/mobile/screens/Form1.js
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-15 21:29:30 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-15 21:29:30 +0000
commitc1c607231c344185061d0b042374728cfb89b8a4 (patch)
treeae09e509040f48217dd00549d0460b447f979ec8 /mobile/screens/Form1.js
parentbf2b97832c3746e3f7f18c6aec253c76124e5564 (diff)
code cleanup
Diffstat (limited to 'mobile/screens/Form1.js')
-rw-r--r--mobile/screens/Form1.js2
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();
}
}