about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/compose/containers
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-23 18:19:35 +0200
committerThibG <thib@sitedethib.com>2019-04-23 18:31:13 +0200
commit3d722b0c4e14d6d766d2e8814f42c76cfd0f2e2c (patch)
treec4be42a01083703dc8a68fe212592206ebb9b7b2 /app/javascript/flavours/glitch/features/compose/containers
parent08afd6b69cdafc2b7c054042bb737e95d8ded568 (diff)
Fix settings modal
Diffstat (limited to 'app/javascript/flavours/glitch/features/compose/containers')
-rw-r--r--app/javascript/flavours/glitch/features/compose/containers/header_container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/containers/header_container.js b/app/javascript/flavours/glitch/features/compose/containers/header_container.js
index 6f1978807..ce1dea319 100644
--- a/app/javascript/flavours/glitch/features/compose/containers/header_container.js
+++ b/app/javascript/flavours/glitch/features/compose/containers/header_container.js
@@ -11,7 +11,7 @@ const mapStateToProps = state => {
 };
 
 const mapDispatchToProps = (dispatch, { intl }) => ({
-  onOpenSettings (e) {
+  onSettingsClick (e) {
     e.preventDefault();
     e.stopPropagation();
     dispatch(openModal('SETTINGS', {}));