From 34c3e9e50df3dc0bc3a8d890c7fb9f999f5694ae Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 18 Nov 2016 23:21:32 +0100 Subject: 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 --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils') 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, -- cgit v1.2.3-1-g7c22