From bf2b97832c3746e3f7f18c6aec253c76124e5564 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 15 Mar 2019 17:22:56 -0400 Subject: added FE web updates for displaying new form report. minor ui enchancements --- mobile/screens/Form1.js | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile') diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js index 8e946fc..9aa20c0 100644 --- a/mobile/screens/Form1.js +++ b/mobile/screens/Form1.js @@ -94,6 +94,7 @@ export default class Form1 extends Component { 'Content-Type': 'application/json', }, body: JSON.stringify({ + type : "Point", coordinates : coordinates, gender : values.gender, age : values.age, -- cgit v1.2.3