From 5707df39bfca2b69d954abe2c4381e4029b4ace8 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Tue, 1 Dec 2015 11:13:58 -0500 Subject: Updated oauth2 app register modal --- web/react/stores/modal_store.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/stores') 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; } -- cgit v1.2.3-1-g7c22