client/src/store/noteRecord.js
changeset 26 930e486ad0a8
parent 17 877d8796b86d
child 29 4cfeabef7d5e
--- a/client/src/store/noteRecord.js	Thu Jun 08 18:54:36 2017 +0200
+++ b/client/src/store/noteRecord.js	Fri Jun 09 15:24:53 2017 +0200
@@ -10,4 +10,6 @@
 
   startedAt: '',
   finishedAt: '',
+
+  categories: []
 });