fix(web): Update PipelineTab to use renamed PlanSection component
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
ExecutionProvider,
|
||||
useExecutionContext,
|
||||
TaskModal,
|
||||
BreakdownSection,
|
||||
PlanSection,
|
||||
type PhaseData,
|
||||
type FlatTaskEntry,
|
||||
} from "@/components/execution";
|
||||
@@ -92,7 +92,7 @@ function PipelineTabInner({ initiativeId, phases, phasesLoading }: PipelineTabPr
|
||||
// Empty state
|
||||
if (!phasesLoading && phases.length === 0) {
|
||||
return (
|
||||
<BreakdownSection
|
||||
<PlanSection
|
||||
initiativeId={initiativeId}
|
||||
phasesLoaded={!phasesLoading}
|
||||
phases={phases}
|
||||
|
||||
Reference in New Issue
Block a user