diff --git a/frontend/src/components/ai/SessionList.tsx b/frontend/src/components/ai/SessionList.tsx index 344ed7f..05246d8 100644 --- a/frontend/src/components/ai/SessionList.tsx +++ b/frontend/src/components/ai/SessionList.tsx @@ -43,7 +43,7 @@ function buildTree(folders: ChatFolder[], sessions: ChatSession[]): TreeNode[] { } function TreeItem({ - node, activeSessionId, onSelectSession, depth, onContextMenu, onDragSession, onDropToFolder, + node, activeSessionId, onSelectSession, depth, onContextMenu, onDragSession, onDropToFolder, onDelete, }: { node: TreeNode; activeSessionId: string | null;