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