EditDashboardCell now requires dashboard be provided (#1225)
parent
96de21ed66
commit
687d5b1574
|
@ -142,7 +142,7 @@ const DashboardPage = React.createClass({
|
|||
|
||||
handleUpdateDashboardCell(newCell) {
|
||||
return () => {
|
||||
this.props.dashboardActions.editDashboardCell(newCell.x, newCell.y, false)
|
||||
this.props.dashboardActions.editDashboardCell(this.getActiveDashboard(), newCell.x, newCell.y, false)
|
||||
this.props.dashboardActions.putDashboard(this.getActiveDashboard())
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue