diff options
Diffstat (limited to 'mobile/screens/Form1.js')
| -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(); } } |
