summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2016-11-18 23:21:32 +0100
committerJoram Wilander <jwawilander@gmail.com>2016-11-18 17:21:32 -0500
commit34c3e9e50df3dc0bc3a8d890c7fb9f999f5694ae (patch)
treed1583faaa2763bfd2a6c413c80a8ae625aec6918 /webapp/utils
parent7d68434e8c4c881b900fd473a8d86647a722b133 (diff)
downloadchat-34c3e9e50df3dc0bc3a8d890c7fb9f999f5694ae.tar.gz
chat-34c3e9e50df3dc0bc3a8d890c7fb9f999f5694ae.tar.bz2
chat-34c3e9e50df3dc0bc3a8d890c7fb9f999f5694ae.zip
Move instances of Client.updateTeam() in components to an action (#4574)
* Move instances of Client.updateTeam() in components to an action * remove client from missing ones * update code per review * update per code review
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index a90c4c502..4fbf807f9 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -126,6 +126,7 @@ export const ActionTypes = keyMirror({
RECEIVED_MY_TEAM: null,
CREATED_TEAM: null,
+ UPDATE_TEAM: null,
RECEIVED_CONFIG: null,
RECEIVED_LOGS: null,