diff --git a/frontend/src/components/pilot/EscalateInterceptDialog.tsx b/frontend/src/components/pilot/EscalateInterceptDialog.tsx index d97654e5..4163c407 100644 --- a/frontend/src/components/pilot/EscalateInterceptDialog.tsx +++ b/frontend/src/components/pilot/EscalateInterceptDialog.tsx @@ -8,7 +8,7 @@ * Visual reference: docs/FlowAssist_Migration/mockups/07-verify-states.html * (panel C). */ -import { X, AlertCircle, Check } from 'lucide-react' +import { X, AlertCircle, Check, Info } from 'lucide-react' import type { FixOutcome } from '@/api/sessionSuggestedFixes' export type InterceptChoice = FixOutcome | 'never_applied' @@ -53,6 +53,13 @@ export function EscalateInterceptDialog({ The fix didn't work +