change dispatcher forward_event signature

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-06-16 16:11:33 +01:00
parent 491d83b17f
commit 274536bf13

View File

@ -117,7 +117,7 @@ module.exports = React.createClass({
onForwardClick: function() { onForwardClick: function() {
dis.dispatch({ dis.dispatch({
action: 'forward_event', action: 'forward_event',
content: this.props.mxEvent, event: this.props.mxEvent,
}); });
this.closeMenu(); this.closeMenu();
}, },