Prevent form submit.
--- a/client/src/components/Session.js Wed Jun 14 16:06:40 2017 +0200
+++ b/client/src/components/Session.js Wed Jun 14 16:08:31 2017 +0200
@@ -35,7 +35,7 @@
}
return (
- <form>
+ <form onSubmit={ e => { e.preventDefault() } }>
<FormGroup>
<ControlLabel>Title</ControlLabel>
<FormControl