Skip to content

Commit 8d1f80a

Browse files
committed
Adding UPDATE_CARDS to the EventBus
1 parent a797c4d commit 8d1f80a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/controllers/BoardContainer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ class BoardContainer extends Component {
7474
cardId: event.cardId,
7575
index: event.index
7676
})
77+
case 'UPDATE_CARDS':
78+
return actions.updateCards({laneId: event.laneId, cards: event.cards})
7779
case 'UPDATE_LANES':
7880
return actions.updateLanes(event.lanes)
7981
case 'UPDATE_LANE':

0 commit comments

Comments
 (0)