aboutsummaryrefslogtreecommitdiff
path: root/mobile/screens/Form1.js
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-15 21:22:56 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-15 21:22:56 +0000
commitbf2b97832c3746e3f7f18c6aec253c76124e5564 (patch)
tree1bfad1307d1faaf5fc44aed204d14887688494b6 /mobile/screens/Form1.js
parent4b696da0334a92a00119ab4a5c0414a79f39da4f (diff)
added FE web updates for displaying new form report. minor ui enchancements
Diffstat (limited to 'mobile/screens/Form1.js')
-rw-r--r--mobile/screens/Form1.js1
1 files changed, 1 insertions, 0 deletions
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,