Browse Source

Fix composer actions modal

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
307fb338ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/features/composer/index.js

+ 1
- 1
app/javascript/flavours/glitch/features/composer/index.js View File

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

Loading…
Cancel
Save