diff -r cd27d9fc1c73 -r 49c5ea36d0a4 client/src/store/noteRecord.js --- a/client/src/store/noteRecord.js Thu Jun 22 12:53:00 2017 +0200 +++ b/client/src/store/noteRecord.js Thu Jun 22 12:37:53 2017 +0200 @@ -11,5 +11,7 @@ startedAt: '', finishedAt: '', - categories: [] + categories: [], + + marginComment: '' }, 'Note');