fix: remove input from getStepWithTestExecutions queries
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
af027b7e20
commit
fec55d698a
@@ -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,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user