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