From 4df36a504cebc61fa1e5e6f7980f9245b475facf Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 23 Jun 2017 15:47:24 -0700 Subject: PLT-6714: add /settings command (#6716) * add /settings command * update receiver name --- webapp/stores/modal_store.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/stores/modal_store.jsx') 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: -- cgit v1.2.3-1-g7c22