Skip to content
Snippets Groups Projects
Commit c2579c78 authored by KDSBrowne's avatar KDSBrowne
Browse files

fix console error related to messageForm

parent 9b6f6e2f
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ class MessageForm extends Component {
label={intl.formatMessage(messages.submitLabel)}
hideLabel={true}
icon={'send'}
onClick={this.handleMessageKeyDown({ keyCode: 13 })}
onClick={this.handleMessageKeyDown}
/>
</form>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment