@@ -77,6 +77,7 @@ export function ProductionBoardKanbanComponent({
|
||||
setIsMoving(true);
|
||||
|
||||
const sameColumnTransfer = sourceLaneId === targetLaneId;
|
||||
|
||||
const sourceLane = boardLanes.lanes.find((lane) => lane.id === sourceLaneId);
|
||||
const targetLane = boardLanes.lanes.find((lane) => lane.id === targetLaneId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user