client/src/store/noteRecord.js
changeset 29 4cfeabef7d5e
parent 26 930e486ad0a8
child 58 f16a080e0bc4
--- a/client/src/store/noteRecord.js	Mon Jun 12 18:09:13 2017 +0200
+++ b/client/src/store/noteRecord.js	Mon Jun 12 18:12:38 2017 +0200
@@ -1,7 +1,7 @@
 import Immutable from 'immutable';
 
 export default Immutable.Record({
-  id: '',
+  _id: '',
   session: '',
 
   plain: '',