client/src/components/NoteInput.js
changeset 80 b3a02ea6d097
parent 79 772b73e31069
child 125 c653f49fabfb
--- a/client/src/components/NoteInput.js	Fri Jun 23 10:16:49 2017 +0200
+++ b/client/src/components/NoteInput.js	Fri Jun 23 11:16:34 2017 +0200
@@ -68,8 +68,7 @@
               onButtonClick={this.onAddNoteClick}
               onCheckboxChange={this.onCheckboxChange}
               isChecked={this.props.autoSubmit}
-              isButtonDisabled={this.state.buttonDisabled}
-              withButtons={true} />
+              isButtonDisabled={this.state.buttonDisabled} />
           </div>
           <div className="editor-right">
             <FormControl