summaryrefslogtreecommitdiffstats
path: root/web/react/stores
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-12-01 13:43:56 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2015-12-01 13:43:56 -0500
commit74211401dd4be84f16fabd785c23efa22b3029cf (patch)
tree66d8846a9c5eb4ba2da81a3a68f0a92d62f338d5 /web/react/stores
parent096bb150fb20eb98783b82fa53f8e3b065c4ed7c (diff)
parent5707df39bfca2b69d954abe2c4381e4029b4ace8 (diff)
downloadchat-74211401dd4be84f16fabd785c23efa22b3029cf.tar.gz
chat-74211401dd4be84f16fabd785c23efa22b3029cf.tar.bz2
chat-74211401dd4be84f16fabd785c23efa22b3029cf.zip
Merge pull request #1559 from mattermost/plt-510
PLT-510 Updated OAuth2 app register modal
Diffstat (limited to 'web/react/stores')
-rw-r--r--web/react/stores/modal_store.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/stores/modal_store.jsx b/web/react/stores/modal_store.jsx
index a26a97f53..9f33cf022 100644
--- a/web/react/stores/modal_store.jsx
+++ b/web/react/stores/modal_store.jsx
@@ -35,6 +35,7 @@ class ModalStoreClass extends EventEmitter {
case ActionTypes.TOGGLE_INVITE_MEMBER_MODAL:
case ActionTypes.TOGGLE_DELETE_POST_MODAL:
case ActionTypes.TOGGLE_GET_TEAM_INVITE_LINK_MODAL:
+ case ActionTypes.TOGGLE_REGISTER_APP_MODAL:
this.emit(type, value, args);
break;
}