diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-29 20:04:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-29 20:04:17 +0000 |
| commit | 6b91cafd7884e1bc5286f17a5c0e5c045130befb (patch) | |
| tree | 3f1934b87b8dfeaa572441c5cce21c1171c4e458 /mobile/screens/Form1.js | |
| parent | b059abf10a8c04b90eeb457cea1f5589e607c25e (diff) | |
| parent | 834843e6179c94e25157f50d94c3ed3b41802b0b (diff) | |
Merge pull request #64 from csc301-winter-2019/feat/34
Feat/34
Diffstat (limited to 'mobile/screens/Form1.js')
| -rw-r--r-- | mobile/screens/Form1.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js index a14d647..de538d7 100644 --- a/mobile/screens/Form1.js +++ b/mobile/screens/Form1.js @@ -101,7 +101,8 @@ export default class Form1 extends Component { race : values.race, longhair : values.longhair, longbeard : values.longbeard, - extra : (values.extra) ? values.extra : "" + extra : (values.extra) ? values.extra : "", + status : "new" }), }); //// TODO: handle the response from the serve and decide what to display |
