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 /public/bundle.js | |
| parent | 64b39c3bcb2c8628de2126f3b8c4db5f83dd1436 (diff) | |
taskactions
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index c39637a..9af8c7b 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -5924,7 +5924,7 @@ var mapDispatchToProps = function mapDispatchToProps(dispatch, ownProps) { return { actions: { system: (0, _redux.bindActionCreators)(systemActions, dispatch), - task: (0, _redux.bindActionCreators)(taskActions, dispatch), + queue: (0, _redux.bindActionCreators)(queueActions, dispatch), live: (0, _redux.bindActionCreators)(liveActions, dispatch) } }; |
