client/src/components/NotesList.js
changeset 138 a1fb2ced3049
parent 125 c653f49fabfb
child 143 cfcbf4bc66f1
--- a/client/src/components/NotesList.js	Thu Aug 03 23:04:33 2017 +0200
+++ b/client/src/components/NotesList.js	Fri Aug 04 09:48:09 2017 +0200
@@ -62,7 +62,8 @@
             onClose={ this.closeNote }
             onDelete={ this.confirmDelete.bind(this, note) }
             onSave={ this.updateNote }
-            isEditing={ this.state.editingNote && note === this.state.editingNote } />
+            isEditing={ this.state.editingNote && note === this.state.editingNote }
+            annotationCategories={this.props.annotationCategories} />
         )}
 
         <Modal show={this.state.showModal} onHide={this.closeModal}>