client/src/components/Note.js
changeset 138 a1fb2ced3049
parent 109 ef62de545a8d
child 143 cfcbf4bc66f1
--- a/client/src/components/Note.js	Thu Aug 03 23:04:33 2017 +0200
+++ b/client/src/components/Note.js	Fri Aug 04 09:48:09 2017 +0200
@@ -45,7 +45,8 @@
         <div className="note-content">
           <SlateEditor ref="editor"
             onButtonClick={ this.onClickButton }
-            note={ this.props.note } />
+            note={ this.props.note }
+            annotationCategories={ this.props.annotationCategories } />
         </div>
       )
     }