client/src/components/Session.js
changeset 34 6c920486de81
parent 33 238818343253
child 35 97106bacb24e
--- 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