Progress Commit

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-05-13 16:23:18 -04:00
parent a33a92207b
commit a0b9f99dd3
3 changed files with 4 additions and 9 deletions

View File

@@ -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);