summaryrefslogtreecommitdiffstats
path: root/webapp/stores
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-06-23 15:47:24 -0700
committerCorey Hulen <corey@hulen.com>2017-06-23 15:47:24 -0700
commit4df36a504cebc61fa1e5e6f7980f9245b475facf (patch)
treef6d6d8a6093dc7934cbd0b84be950d1595d9395e /webapp/stores
parentbf12e7e32cef427edacbd512d067c2bfd35d3b67 (diff)
downloadchat-4df36a504cebc61fa1e5e6f7980f9245b475facf.tar.gz
chat-4df36a504cebc61fa1e5e6f7980f9245b475facf.tar.bz2
chat-4df36a504cebc61fa1e5e6f7980f9245b475facf.zip
PLT-6714: add /settings command (#6716)
* add /settings command * update receiver name
Diffstat (limited to 'webapp/stores')
-rw-r--r--webapp/stores/modal_store.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/stores/modal_store.jsx b/webapp/stores/modal_store.jsx
index 2b3cd0128..07842ca59 100644
--- a/webapp/stores/modal_store.jsx
+++ b/webapp/stores/modal_store.jsx
@@ -31,6 +31,7 @@ class ModalStoreClass extends EventEmitter {
const {type, value, ...args} = payload.action; //eslint-disable-line no-use-before-define
switch (type) {
+ case ActionTypes.TOGGLE_ACCOUNT_SETTINGS_MODAL:
case ActionTypes.TOGGLE_IMPORT_THEME_MODAL:
case ActionTypes.TOGGLE_INVITE_MEMBER_MODAL:
case ActionTypes.TOGGLE_LEAVE_TEAM_MODAL: