mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-12-22 05:08:03 +00:00
Fix composer actions modal
This commit is contained in:
parent
49734c03fd
commit
307fb338ee
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue