diff --git a/packages/web/src/components/FlowStep/index.tsx b/packages/web/src/components/FlowStep/index.tsx index 6bb0c1de..005e9549 100644 --- a/packages/web/src/components/FlowStep/index.tsx +++ b/packages/web/src/components/FlowStep/index.tsx @@ -60,9 +60,7 @@ export default function FlowStep(props: FlowStepProps): React.ReactElement | nul if (!stepWithTestExecutionsCalled && !collapsed && !isTrigger) { getStepWithTestExecutions({ variables: { - input: { - stepId: step.id, - }, + stepId: step.id, }, }); }