mirror of https://github.com/Siphonay/mastodon
Fix composer actions modal
This commit is contained in:
parent
49734c03fd
commit
307fb338ee
|
@ -146,7 +146,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
|||
onMount() {
|
||||
dispatch(mountCompose());
|
||||
},
|
||||
onOpenActionModal(props) {
|
||||
onOpenActionsModal(props) {
|
||||
dispatch(openModal('ACTIONS', props));
|
||||
},
|
||||
onOpenDoodleModal() {
|
||||
|
|
Loading…
Reference in New Issue