summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-19 08:08:28 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-19 08:08:28 -0500
commit5f848b74793f679772473a3b5b2ab247bcc927a9 (patch)
tree1d53e4c9dd6351e7a56c0f67dcf3bac4c38a8369 /web/react/utils
parent0dbbdaa45e639d508a4e75933a42ac4c313202d2 (diff)
parent70c957d4546016ff2d981d4e1704699b008d1ca5 (diff)
downloadchat-5f848b74793f679772473a3b5b2ab247bcc927a9.tar.gz
chat-5f848b74793f679772473a3b5b2ab247bcc927a9.tar.bz2
chat-5f848b74793f679772473a3b5b2ab247bcc927a9.zip
Merge pull request #1457 from hmhealey/plt729
PLT-729 Added search button to mobile header
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 6be87254f..80c0cf0ee 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,
TOGGLE_DELETE_POST_MODAL: null