summaryrefslogtreecommitdiffstats
path: root/web/react/stores/modal_store.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-12-01 11:13:58 -0500
committerJoramWilander <jwawilander@gmail.com>2015-12-01 11:13:58 -0500
commit5707df39bfca2b69d954abe2c4381e4029b4ace8 (patch)
tree7094b01cd36b2b5d1f4fce9f3e4712bc03b975b1 /web/react/stores/modal_store.jsx
parentb717a8100c3f2049fb94040ad8db11f56c0d9f13 (diff)
downloadchat-5707df39bfca2b69d954abe2c4381e4029b4ace8.tar.gz
chat-5707df39bfca2b69d954abe2c4381e4029b4ace8.tar.bz2
chat-5707df39bfca2b69d954abe2c4381e4029b4ace8.zip
Updated oauth2 app register modal
Diffstat (limited to 'web/react/stores/modal_store.jsx')
-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;
}