summaryrefslogtreecommitdiffstats
path: root/webapp/components/leave_team_modal.jsx
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-07-11 05:37:08 +0800
committerGitHub <noreply@github.com>2017-07-11 05:37:08 +0800
commit39154d22aeda926e2af7707352cc65ead0f8d469 (patch)
tree08270b645660384c69e7ca4b05bf2e933a5f1b07 /webapp/components/leave_team_modal.jsx
parentd307162d1621a5c422f8da19d8ff94b16e80abf0 (diff)
downloadchat-39154d22aeda926e2af7707352cc65ead0f8d469.tar.gz
chat-39154d22aeda926e2af7707352cc65ead0f8d469.tar.bz2
chat-39154d22aeda926e2af7707352cc65ead0f8d469.zip
make sidebar right menu Global actions and toggle that on leaving team (#6900)
Diffstat (limited to 'webapp/components/leave_team_modal.jsx')
-rw-r--r--webapp/components/leave_team_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/leave_team_modal.jsx b/webapp/components/leave_team_modal.jsx
index 379ece4c3..a38dd2da1 100644
--- a/webapp/components/leave_team_modal.jsx
+++ b/webapp/components/leave_team_modal.jsx
@@ -61,6 +61,7 @@ class LeaveTeamModal extends React.Component {
}
GlobalActions.emitLeaveTeam();
+ GlobalActions.toggleSideBarRightMenuAction();
}
handleHide() {