summaryrefslogtreecommitdiff
path: root/app/client/system
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-02 15:34:49 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-02 15:34:49 +0200
commit5bad6e548d592c601c6b4092c144ac51baa73354 (patch)
treecf80558659af6b82fafbc4139ae30c4f1df4830f /app/client/system
parent64b39c3bcb2c8628de2126f3b8c4db5f83dd1436 (diff)
taskactions
Diffstat (limited to 'app/client/system')
-rw-r--r--app/client/system/system.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js
index a4bba81..a4be0c9 100644
--- a/app/client/system/system.component.js
+++ b/app/client/system/system.component.js
@@ -149,7 +149,7 @@ const mapStateToProps = state => ({
const mapDispatchToProps = (dispatch, ownProps) => ({
actions: {
system: bindActionCreators(systemActions, dispatch),
- task: bindActionCreators(taskActions, dispatch),
+ queue: bindActionCreators(queueActions, dispatch),
live: bindActionCreators(liveActions, dispatch),
},
})