mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
@@ -418,13 +418,12 @@ function mapStateToProps(state) {
|
||||
}
|
||||
|
||||
function mapDispatchToProps(dispatch) {
|
||||
const actions = Object.assign(
|
||||
{},
|
||||
exploreActions,
|
||||
saveModalActions,
|
||||
chartActions,
|
||||
logActions,
|
||||
);
|
||||
const actions = {
|
||||
...exploreActions,
|
||||
...saveModalActions,
|
||||
...chartActions,
|
||||
...logActions,
|
||||
};
|
||||
return {
|
||||
actions: bindActionCreators(actions, dispatch),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user