fix: remove input from getStepWithTestExecutions queries

This commit is contained in:
Ali BARIN
2022-03-12 11:14:42 +01:00
committed by Ömer Faruk Aydın
parent af027b7e20
commit fec55d698a

View File

@@ -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,
},
});
}