fix: remove buildProjectContext usage causing build error

This commit is contained in:
zenchantlive 2026-03-01 21:22:46 -08:00
parent 842f931f71
commit c8c91736b8
9 changed files with 13403 additions and 8 deletions

View file

@ -11,7 +11,6 @@ import {
import { deriveBlockedIds, buildBlockedByTree, type BlockedTreeNode } from '../../lib/kanban';
import { useArchetypePicker } from '../../hooks/use-archetype-picker';
import type { BeadIssue } from '../../lib/types';
import type { ProjectContext } from '../../lib/types';
import { Blocks, ChevronRight, UserPlus } from 'lucide-react';
import { cn } from '@/lib/utils';
@ -19,7 +18,7 @@ export interface BlockedTriageModalProps {
isOpen: boolean;
onClose: () => void;
issues: BeadIssue[];
projectRoot: ProjectContext;
projectRoot: string;
}
export function BlockedTriageModal({