diff options
Diffstat (limited to 'client/actions/index.js')
| -rw-r--r-- | client/actions/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/actions/index.js b/client/actions/index.js index 6a552ac..4263c3b 100644 --- a/client/actions/index.js +++ b/client/actions/index.js @@ -41,6 +41,10 @@ export const loadTasks = (tasks) => ({ type: 'LOAD_TASKS', tasks, }) +export const cancelTask = (task) => ({ + type: 'CANCEL_TASK', + task, +}) /* folders */ |
