- Cleanup

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-06-27 16:28:49 -04:00
parent 2b052b3d43
commit 8bbe7a1f0f
4 changed files with 14 additions and 15 deletions

View File

@@ -113,6 +113,7 @@ export function ProductionBoardKanbanComponent({
return null;
};
// TODO, refine and use action
const onDragEnd = async ({ draggableId, type, source, reason, mode, destination, combine }) => {
//cardId, sourceLaneId, targetLaneId, position, cardDetails
logImEXEvent("kanban_drag_end");