client/src/components/NoteInput.js
changeset 138 a1fb2ced3049
parent 125 c653f49fabfb
child 143 cfcbf4bc66f1
--- a/client/src/components/NoteInput.js	Thu Aug 03 23:04:33 2017 +0200
+++ b/client/src/components/NoteInput.js	Fri Aug 04 09:48:09 2017 +0200
@@ -64,7 +64,8 @@
               onButtonClick={this.onAddNoteClick}
               onCheckboxChange={this.onCheckboxChange}
               isChecked={this.props.autoSubmit}
-              isButtonDisabled={this.state.buttonDisabled} />
+              isButtonDisabled={this.state.buttonDisabled}
+              annotationCategories={ this.props.annotationCategories } />
           </div>
           <div className="editor-right">
             <FormControl