From c1c607231c344185061d0b042374728cfb89b8a4 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 15 Mar 2019 17:29:30 -0400 Subject: code cleanup --- mobile/screens/Form1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile') 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(); } } -- cgit v1.2.3