diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-09-11 21:34:07 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-09-11 22:04:06 +0200 |
commit | 307fb338ee4432a933ad8c8efe70b1a78d8b3bc0 (patch) | |
tree | 1742ce023fd88c1d20263d98e3dfdd6d4f570e1f | |
parent | 49734c03fd7623d007980a2c4d9a7ce4c46e78ae (diff) |
Fix composer actions modal
-rw-r--r-- | app/javascript/flavours/glitch/features/composer/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/composer/index.js b/app/javascript/flavours/glitch/features/composer/index.js index 77f9ee0c1..ff01408e7 100644 --- a/app/javascript/flavours/glitch/features/composer/index.js +++ b/app/javascript/flavours/glitch/features/composer/index.js @@ -146,7 +146,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({ onMount() { dispatch(mountCompose()); }, - onOpenActionModal(props) { + onOpenActionsModal(props) { dispatch(openModal('ACTIONS', props)); }, onOpenDoodleModal() { |