aboutsummaryrefslogtreecommitdiff
path: root/mobile/screens
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/screens')
-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();
}
}