From b05c317c656b74d773f3977aaf0e2e8e83b1380b Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 9 Feb 2016 15:22:24 -0500 Subject: Replaced Permalink popover with a Permalink 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 9f33cf022..931443f62 100644 --- a/web/react/stores/modal_store.jsx +++ b/web/react/stores/modal_store.jsx @@ -34,6 +34,7 @@ class ModalStoreClass extends EventEmitter { case ActionTypes.TOGGLE_IMPORT_THEME_MODAL: case ActionTypes.TOGGLE_INVITE_MEMBER_MODAL: case ActionTypes.TOGGLE_DELETE_POST_MODAL: + case ActionTypes.TOGGLE_GET_POST_LINK_MODAL: case ActionTypes.TOGGLE_GET_TEAM_INVITE_LINK_MODAL: case ActionTypes.TOGGLE_REGISTER_APP_MODAL: this.emit(type, value, args); -- cgit v1.2.3-1-g7c22