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
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2016-11-18 23:21:32 +01:00
коммит произвёл Joram Wilander
родитель 7d68434e8c
Коммит 34c3e9e50d
4 изменённых файлов: 30 добавлений и 14 удалений

Просмотреть файл

@@ -126,6 +126,7 @@ export const ActionTypes = keyMirror({
RECEIVED_MY_TEAM: null,
CREATED_TEAM: null,
UPDATE_TEAM: null,
RECEIVED_CONFIG: null,
RECEIVED_LOGS: null,