Refonte de l'UI des tableaux
This commit is contained in:
@ -37,7 +37,7 @@ function handleMoveCard(state: any, action: any) {
|
||||
|
||||
const kanboard = state.byID[boardID];
|
||||
|
||||
const lanes = [ ...kanboard.lanes ];
|
||||
const lanes = [ ...kanboard.columns ];
|
||||
const fromLane = lanes[fromLaneID];
|
||||
const toLane = lanes[toLaneID];
|
||||
const card = fromLane.cards[fromPosition];
|
||||
|
Reference in New Issue
Block a user