| changeset 12 | 48ddaa42b810 |
| parent 3 | 3b5d37d84cfe |
| child 15 | 4a8bbd314a46 |
--- a/client/src/store/noteRecord.js Wed May 31 17:28:12 2017 +0200 +++ b/client/src/store/noteRecord.js Wed May 31 17:51:54 2017 +0200 @@ -1,3 +1,7 @@ import Immutable from 'immutable'; -export default Immutable.Record({id:'', text: ''}); \ No newline at end of file +export default Immutable.Record({ + id: '', + text: '', + session: '' +});