We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff9ed8 + 8d1f80a commit 2c5809fCopy full SHA for 2c5809f
src/controllers/BoardContainer.js
@@ -74,6 +74,8 @@ class BoardContainer extends Component {
74
cardId: event.cardId,
75
index: event.index
76
})
77
+ case 'UPDATE_CARDS':
78
+ return actions.updateCards({laneId: event.laneId, cards: event.cards})
79
case 'UPDATE_LANES':
80
return actions.updateLanes(event.lanes)
81
case 'UPDATE_LANE':
0 commit comments