diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 15:34:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 15:34:49 +0200 |
| commit | 5bad6e548d592c601c6b4092c144ac51baa73354 (patch) | |
| tree | cf80558659af6b82fafbc4139ae30c4f1df4830f /app/client | |
| parent | 64b39c3bcb2c8628de2126f3b8c4db5f83dd1436 (diff) | |
taskactions
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/system/system.component.js | 2 |
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), }, }) |
