diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:22:56 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-15 21:22:56 +0000 |
| commit | bf2b97832c3746e3f7f18c6aec253c76124e5564 (patch) | |
| tree | 1bfad1307d1faaf5fc44aed204d14887688494b6 /mobile | |
| parent | 4b696da0334a92a00119ab4a5c0414a79f39da4f (diff) | |
added FE web updates for displaying new form report. minor ui enchancements
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/screens/Form1.js | 1 |
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, |
