diff --git a/src/components/composed/DataAppShell/DataAppShell.stories.tsx b/src/components/composed/DataAppShell/DataAppShell.stories.tsx index 7c9a33d9..0daae559 100644 --- a/src/components/composed/DataAppShell/DataAppShell.stories.tsx +++ b/src/components/composed/DataAppShell/DataAppShell.stories.tsx @@ -127,8 +127,6 @@ interface WorkflowStep { isActive?: boolean; disabled?: boolean; disabledReason?: string; - inputCount?: number; - outputCount?: number; onClick?: () => void; } @@ -346,7 +344,7 @@ const DefaultShell = ({ initialCollapsed = false }: { initialCollapsed?: boolean