Fix composer actions modal

This commit is contained in:
Thibaut Girka 2018-09-11 21:34:07 +02:00 committed by ThibG
parent 49734c03fd
commit 307fb338ee
1 changed files with 1 additions and 1 deletions

View File

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