Fix composer actions modal

lolsob-rspec
Thibaut Girka 2018-09-11 21:34:07 +02:00 committed by ThibG
parent ad5aaf60c6
commit 22a48adabc
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
onMount() { onMount() {
dispatch(mountCompose()); dispatch(mountCompose());
}, },
onOpenActionModal(props) { onOpenActionsModal(props) {
dispatch(openModal('ACTIONS', props)); dispatch(openModal('ACTIONS', props));
}, },
onOpenDoodleModal() { onOpenDoodleModal() {