mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 09:16:56 +01:00
Fix composer actions modal
This commit is contained in:
parent
49734c03fd
commit
307fb338ee
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
|||
onMount() {
|
||||
dispatch(mountCompose());
|
||||
},
|
||||
onOpenActionModal(props) {
|
||||
onOpenActionsModal(props) {
|
||||
dispatch(openModal('ACTIONS', props));
|
||||
},
|
||||
onOpenDoodleModal() {
|
||||
|
|
Loading…
Reference in a new issue