summaryrefslogtreecommitdiff
path: root/app/client/system
diff options
context:
space:
mode:
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),
},
})