summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-17 14:47:19 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-18 09:32:54 -0500
commitb66bbcea12df41bc8228fff3caec374e55b7b557 (patch)
tree5a096891080aa77ea169670fbaaa376fdcd8e475 /web/react/utils
parent7b01528d17c61a762ded17a23ccd9a2a728910a0 (diff)
downloadchat-b66bbcea12df41bc8228fff3caec374e55b7b557.tar.gz
chat-b66bbcea12df41bc8228fff3caec374e55b7b557.tar.bz2
chat-b66bbcea12df41bc8228fff3caec374e55b7b557.zip
Added ability to open search sidebar programatically
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 58ee8e2d2..4fef64f18 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -39,6 +39,8 @@ module.exports = {
RECIEVED_LOGS: null,
RECIEVED_ALL_TEAMS: null,
+ SHOW_SEARCH: null,
+
TOGGLE_IMPORT_THEME_MODAL: null,
TOGGLE_INVITE_MEMBER_MODAL: null
}),