summaryrefslogtreecommitdiff
path: root/client/actions
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-20 17:56:19 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-20 17:56:19 +0200
commitd02cbad01f3abfa8a1aad0b55b8bd9cf544090cf (patch)
tree0ea170b764e5aad2713c6ed9429729579cc69a63 /client/actions
parente9c0ffcd5d58310c6cff6a5a73bdf6062485eba4 (diff)
disabled links
Diffstat (limited to 'client/actions')
-rw-r--r--client/actions/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/actions/index.js b/client/actions/index.js
index 72df1c4..6a552ac 100644
--- a/client/actions/index.js
+++ b/client/actions/index.js
@@ -30,8 +30,8 @@ export const addTask = (task) => ({
type: 'ADD_TASK',
task,
})
-export const taskUpdated = (task) => ({
- type: 'TASK_UPDATED',
+export const updateTask = (task) => ({
+ type: 'UPDATE_TASK',
task,
})